public interface SQLServerKeyVaultAuthenticationCallback
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken(String authority,
String resource,
String scope)
The authentication callback delegate which is to be implemented by the client code
|
String getAccessToken(String authority, String resource, 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 © 2016. All rights reserved.