Object AuthenticationUiCallbackManager
-
- All Implemented Interfaces:
public class AuthenticationUiCallbackManagerThis class provides a place to set and call the AuthenticationUiCallback that decides whether to allow authenticating the user. setAuthenticationUiCallback sets the callback that will be used. allowShowingUiToAuthenticate and getConsentToAuthenticate will return the value from callback. If the callback has not been set, or has been set to null, always returns true.
-
-
Field Summary
Fields Modifier and Type Field Description public final static AuthenticationUiCallbackManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final static UnitsetAuthenticationUiCallback(AuthenticationUiCallback authenticationUiCallback)final static BooleanallowShowingUiToAuthenticate()final static BooleangetConsentToAuthenticate(Activity activity, Uri uri)-
-
Method Detail
-
setAuthenticationUiCallback
final static Unit setAuthenticationUiCallback(AuthenticationUiCallback authenticationUiCallback)
-
allowShowingUiToAuthenticate
final static Boolean allowShowingUiToAuthenticate()
-
getConsentToAuthenticate
final static Boolean getConsentToAuthenticate(Activity activity, Uri uri)
-
-
-
-