See: Description
Interface | Description |
---|---|
IdentityHandler |
Allows the application to get an asynchronous response with user's
unique identifier.
|
IdentityProvider |
Interface sign-in provider's supported by the IdentityManager must implement.
|
SignInResultHandler |
Interface for handling results from calling IdentityManager's signInOrSignUp().
|
SignInStateChangeListener |
Implement this interface to receive callbacks when the user's sign-in state changes
from signed-in to not signed-in or vice versa.
|
StartupAuthResultHandler |
Callback function for calling
IdentityManager.resumeSession(Activity, StartupAuthResultHandler, long) . |
Class | Description |
---|---|
DefaultSignInResultHandler |
A default base class easing the work required for implementing the SignInResultHandler for
IdentityManager.login(Context, SignInResultHandler) by providing default
behavior in the case that the user cancels signing in or encounters an error. |
IdentityManager |
The identity manager keeps track of the current sign-in provider and is responsible
for caching credentials.
|
StartupAuthErrorDetails |
Encapsulates errors that may have happened during doStartupAuth().
|
StartupAuthResult |
Callback function result for calling
IdentityManager.resumeSession(Activity, StartupAuthResultHandler, long) . |
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.