public interface AuthenticationCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
onRestore(java.util.Map<java.lang.String,java.lang.String> authData)
Called when restoring third party authentication credentials that have been serialized,
such as session keys, etc.
|
boolean onRestore(java.util.Map<java.lang.String,java.lang.String> authData)
authData - The auth data for the provider. This value may be null when
unlinking an account.true iff the authData was successfully synchronized or false
if user should no longer be associated because of bad authData.