public interface SQLServerKeyVaultAuthenticationCallback
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAccessToken(java.lang.String authority,
java.lang.String resource,
java.lang.String scope) |
Returns the acesss token of the authentication request
|
java.lang.String getAccessToken(java.lang.String authority, java.lang.String resource, java.lang.String scope)
authority
- - Identifier of the authority, a URL.resource
- - Identifier of the target resource that is the recipient of the requested token, a URL.scope
- - The scope of the authentication request.Copyright © 2018 Microsoft Corporation. All rights reserved.