KeyVaultAuthenticator.GetToken(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure Key Vault authentication callback
public abstract System.Threading.Tasks.Task<string> GetToken (string authority, string resource, string scope);
abstract member GetToken : string * string * string -> System.Threading.Tasks.Task<string>
Public MustOverride Function GetToken (authority As String, resource As String, scope As String) As Task(Of String)
Parameters
- authority
- String
- resource
- String
- scope
- String