public interface AuthenticationCallback
boolean onRestore(Map<String,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.