public class UserPasswordTokenProvider extends AccessTokenProvider
| Constructor and Description |
|---|
UserPasswordTokenProvider(String authEndpoint,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected AzureADToken |
refreshToken()
the method to fetch the access token.
|
getTokenprotected AzureADToken refreshToken() throws IOException
AccessTokenProviderrefreshToken in class AccessTokenProviderAzureADToken containing the access tokenIOException - if there is an error fetching the tokenCopyright © 2008–2020 Apache Software Foundation. All rights reserved.