Interface AuthenticationProvider.AuthenticationCallback
-
- Enclosing class:
- AuthenticationProvider
public static interface AuthenticationProvider.AuthenticationCallbackAuthentication callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAuthenticationResult(java.lang.String tokenValue, java.util.Date expiryDate)Notify SDK that authentication completed.
-
-
-
Method Detail
-
onAuthenticationResult
void onAuthenticationResult(java.lang.String tokenValue, java.util.Date expiryDate)Notify SDK that authentication completed.- Parameters:
tokenValue- token value or null if authentication failed.expiryDate- expiry date for token or null if authentication failed.
-
-