A B C D E G H I N O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAccount() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
A convenient wrapper for
A3LSignInAccount.getEmail()
which returns anAccount
object. - getClient(Activity, A3LSignInOptions) - Static method in class com.amazon.A3L.authentication.api.signin.A3LSignIn
-
Create a new instance of
A3LSignInClient
. - getClient(Context, A3LSignInOptions) - Static method in class com.amazon.A3L.authentication.api.signin.A3LSignIn
-
Create a new instance of
A3LSignInClient
. - getCurrentService(Context) - Static method in class com.amazon.A3L.authentication.A3LAuth
-
Method to get the current service, GoogleSignIn or AppAuth depending on current device or developer's choice
- getDisplayName() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns the display name of the signed in user if you built your configuration starting from new
A3LSignInOptions.Builder
(A3LSignInOptions.DEFAULT_SIGN_IN
) or withA3LSignInOptions.Builder.requestProfile()
configured; null otherwise. - getEmail() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns the email address of the signed in user if
A3LSignInOptions.Builder.requestEmail()
was configured; null otherwise. - getFamilyName() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns the family name of the signed in user if you built your configuration starting from new
A3LSignInOptions.Builder
(A3LSignInOptions.DEFAULT_SIGN_IN
) or withA3LSignInOptions.Builder.requestProfile()
configured; null otherwise. - getGivenName() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns the given name of the signed in user if you built your configuration starting from new
A3LSignInOptions.Builder
(A3LSignInOptions.DEFAULT_SIGN_IN
) or withA3LSignInOptions.Builder.requestProfile()
configured; null otherwise. - getGrantedScopes() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns all scopes that have been authorized to your application.
- getId() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns the unique ID for the Google account if you built your configuration starting from new
A3LSignInOptions.Builder
(A3LSignInOptions.DEFAULT_SIGN_IN
) or withA3LSignInOptions.Builder.requestId()
configured; null otherwise. - getIdToken() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns an ID token that you can send to your server if
A3LSignInOptions.Builder.requestIdToken(String)
was configured; null otherwise. - getLastSignedInAccount(Context) - Static method in class com.amazon.A3L.authentication.api.signin.A3LSignIn
-
Gets the last account that the user signed in with.
- getMessage() - Method in exception com.amazon.A3L.authentication.common.api.APIException
- getPhotoUrl() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns the photo url of the signed in user if you built your configuration starting from new
A3LSignInOptions.Builder
(A3LSignInOptions.DEFAULT_SIGN_IN
) or withA3LSignInOptions.Builder.requestProfile()
configured; null otherwise. - getRequestedScopes() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInAccount
-
Returns all scopes that have been requested by your application.
- getScopeArray() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInOptions
-
Gets an array of all the requested scopes.
- getScopeStrings() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInOptions
-
Method to fetch the requested scopes as a list of strings
- getSignedInAccountFromIntent(Intent) - Static method in class com.amazon.A3L.authentication.api.signin.A3LSignIn
-
Method to fetch an A3LTask representing the Sign in for current intent.
- getSignInIntent() - Method in class com.amazon.A3L.authentication.api.signin.A3LSignInClient
-
Gets an Intent to start the Google Sign In flow by calling
Activity.startActivityForResult(Intent, int)
. - getStatusCode() - Method in exception com.amazon.A3L.authentication.common.api.APIException
-
Get status code of the APIException
- getStatusCodeString(int) - Static method in class com.amazon.A3L.authentication.api.signin.A3LSignInStatusCodes
-
Helper method to fetch the status code String from status code
- getStatusMessage() - Method in exception com.amazon.A3L.authentication.common.api.APIException
-
Get status message of the APIException
All Classes All Packages