BearerTokenProvider Interface
public interface BearerTokenProvider
Interface for providing a bearer authentication token for use in RBAC based authentication.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getBearerToken()
Get a bearer token. The token is expected to be in the format "Bearer <token>" |
Method Details
getBearerToken
public String getBearerToken()
Get a bearer token. The token is expected to be in the format "Bearer <token>"
Returns:
a bearer token.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java