public static interface AuthenticationProvider.TokenProvider
| Modifier and Type | Method and Description |
|---|---|
void |
acquireToken(java.lang.String ticketKey,
AuthenticationProvider.AuthenticationCallback callback)
Implement this method and pass a fresh authentication token using the callback.
|
void acquireToken(java.lang.String ticketKey,
AuthenticationProvider.AuthenticationCallback callback)
ticketKey - The ticket key that is used to get an updated token.callback - callback to provide the result.