AuthProvider interface
Represents an authentication provider.
Properties
get |
Gets an access token for the specified authentication configuration and scope. |
Property Details
getAccessToken
Gets an access token for the specified authentication configuration and scope.
getAccessToken: (authConfig: AuthConfiguration, scope: string) => Promise<string>
Property Value
(authConfig: AuthConfiguration, scope: string) => Promise<string>