public static interface AuthenticationProvider.AuthenticationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationResult(java.lang.String tokenValue,
java.util.Date expiryDate)
Notify SDK that authentication completed.
|
void onAuthenticationResult(java.lang.String tokenValue,
java.util.Date expiryDate)
tokenValue - token value or null if authentication failed.expiryDate - expiry date for token or null if authentication failed.