KeyVaultSecurityKey.AuthenticationCallback 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클라이언트 코드에서 구현할 인증 콜백 대리자입니다.
public delegate System.Threading.Tasks.Task<string> KeyVaultSecurityKey.AuthenticationCallback(string authority, string resource, string scope);
type KeyVaultSecurityKey.AuthenticationCallback = delegate of string * string * string -> Task<string>
Public Delegate Function KeyVaultSecurityKey.AuthenticationCallback(authority As String, resource As String, scope As String) As Task(Of String)
매개 변수
- authority
- String
권한의 식별자, URL입니다.
- resource
- String
요청된 토큰의 받는 사람인 대상 리소스의 식별자, URL입니다.
- scope
- String
인증 요청의 범위입니다.
반환 값
Azure Key Vault 대한 액세스 토큰입니다.