Skip navigation links
A B C D E F G H I L M O R S T U V W 

A

AuthFlowType - Enum in com.amplifyframework.auth.cognito.options
Enum to represent AuthFlowType in AWS SDK.
authFlowType(AuthFlowType) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions.CognitoBuilder
Set the authFlowType for the object being built.
AuthProviderConverter - Class in com.amplifyframework.auth.cognito.util
Helpful util class to convert AuthProvider values to Cognito Identity Provider values.
AWSCognitoAuthConfirmResetPasswordOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of confirm reset password options to add the platform specific fields.
AWSCognitoAuthConfirmResetPasswordOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions
Advanced options for confirm reset password.
AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthConfirmSignInOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of confirm sign in options to add the platform specific fields.
AWSCognitoAuthConfirmSignInOptions(Map<String, String>, List<AuthUserAttribute>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
Advanced options for confirming sign in.
AWSCognitoAuthConfirmSignInOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthConfirmSignUpOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of confirm sign up options to add the platform specific fields.
AWSCognitoAuthConfirmSignUpOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions
Advanced options for confirming sign up.
AWSCognitoAuthConfirmSignUpOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthPlugin - Class in com.amplifyframework.auth.cognito
A Cognito implementation of the Auth Plugin.
AWSCognitoAuthPlugin() - Constructor for class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
A Cognito implementation of the Auth Plugin.
AWSCognitoAuthProvider - Class in com.amplifyframework.auth.cognito
Cognito extension of Auth Provider to include Cognito-specific preset providers.
AWSCognitoAuthResendSignUpCodeOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of resend sign up code options to add the platform specific fields.
AWSCognitoAuthResendSignUpCodeOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions
Advanced options for resend sign up code.
AWSCognitoAuthResendSignUpCodeOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthResendUserAttributeConfirmationCodeOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of resend user attribute confirmation code options to add the platform specific fields.
AWSCognitoAuthResendUserAttributeConfirmationCodeOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions
Advanced options for resend user attribute confirmation code.
AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthResetPasswordOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of reset password options to add the platform specific fields.
AWSCognitoAuthResetPasswordOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions
Advanced options for reset password.
AWSCognitoAuthResetPasswordOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthSession - Class in com.amplifyframework.auth.cognito
Cognito extension of AuthSession containing AWS Cognito specific tokens.
AWSCognitoAuthSession(boolean, AuthSessionResult<String>, AuthSessionResult<AWSCredentials>, AuthSessionResult<String>, AuthSessionResult<AWSCognitoUserPoolTokens>) - Constructor for class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
Cognito extension of AuthSession containing AWS Cognito specific tokens.
AWSCognitoAuthSignInOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of sign in options to add the platform specific fields.
AWSCognitoAuthSignInOptions(Map<String, String>, AuthFlowType) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
Advanced options for signing in.
AWSCognitoAuthSignInOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthSignOutOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of sign out options to add the platform specific fields.
AWSCognitoAuthSignOutOptions(boolean, String) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions
Advanced options for signing out.
AWSCognitoAuthSignOutOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthSignUpOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of sign up options to add the platform specific fields.
AWSCognitoAuthSignUpOptions(List<AuthUserAttribute>, Map<String, String>, Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
Advanced options for signing in.
AWSCognitoAuthSignUpOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthUpdateUserAttributeOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of update user attribute options to add the platform specific fields.
AWSCognitoAuthUpdateUserAttributeOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions
Advanced options for update user attribute.
AWSCognitoAuthUpdateUserAttributeOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthUpdateUserAttributesOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of update user attributes options to add the platform specific fields.
AWSCognitoAuthUpdateUserAttributesOptions(Map<String, String>) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions
Advanced options for update user attributes.
AWSCognitoAuthUpdateUserAttributesOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoAuthWebUISignInOptions - Class in com.amplifyframework.auth.cognito.options
Cognito extension of web ui sign in options to add the platform specific fields.
AWSCognitoAuthWebUISignInOptions(List<String>, Map<String, String>, Map<String, String>, Map<String, String>, String, String, String) - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
Advanced options for signing in via a hosted web ui.
AWSCognitoAuthWebUISignInOptions.CognitoBuilder - Class in com.amplifyframework.auth.cognito.options
The builder for this class.
AWSCognitoUserPoolTokens - Class in com.amplifyframework.auth.cognito
Wraps the various Cognito User Pool tokens.
AWSCognitoUserPoolTokens(String, String, String) - Constructor for class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
Wraps the various Cognito User Pool tokens.

B

browserPackage(String) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions.CognitoBuilder
This can optionally be set to specify which browser package should perform the sign out action (e.g.
browserPackage(String) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions.CognitoBuilder
This can optionally be set to specify which browser package should perform the sign in action (e.g.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions.CognitoBuilder
Build the object.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions.CognitoBuilder
Construct and return the object with the values set in the builder.
build() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions.CognitoBuilder
Build the object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
Returns a builder for this object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions
Get a builder object.
builder() - Static method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
Returns a builder for this object.

C

clientMetadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions.CognitoBuilder
Set the metadata field for the object being built.
clientMetadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions.CognitoBuilder
A map of additional custom attributes to be sent to the service such as information about the client.
CognitoAuthExceptionConverter - Class in com.amplifyframework.auth.cognito.util
Convert AWS Cognito Exceptions to AuthExceptions.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions.CognitoBuilder
 
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions.CognitoBuilder
Constructs the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions.CognitoBuilder
Constructor for the builder.
CognitoBuilder() - Constructor for class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions.CognitoBuilder
Constructs the builder.
com.amplifyframework.auth.cognito - package com.amplifyframework.auth.cognito
 
com.amplifyframework.auth.cognito.activities - package com.amplifyframework.auth.cognito.activities
 
com.amplifyframework.auth.cognito.options - package com.amplifyframework.auth.cognito.options
 
com.amplifyframework.auth.cognito.util - package com.amplifyframework.auth.cognito.util
 
configure(JSONObject, Context) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmResetPassword(String, String, AuthConfirmResetPasswordOptions, Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmResetPassword(String, String, Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmSignIn(String, AuthConfirmSignInOptions, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmSignIn(String, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmSignUp(String, String, AuthConfirmSignUpOptions, Consumer<AuthSignUpResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmSignUp(String, String, Consumer<AuthSignUpResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
confirmUserAttribute(AuthUserAttributeKey, String, Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 

D

deleteUser(Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
developer() - Static method in class com.amplifyframework.auth.cognito.AWSCognitoAuthProvider
Factory method for getting a pre-configured AWS Developer provider.

E

equals(Object) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions
 
equals(Object) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
 

F

federationProviderName(String) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions.CognitoBuilder
If federating with Cognito Identity and using a provider lik Auth0 specify the provider name.
fetchAuthSession(Consumer<AuthSession>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
fetchDevices(Consumer<List<AuthDevice>>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
fetchUserAttributes(Consumer<List<AuthUserAttribute>>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
forgetDevice(Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
forgetDevice(AuthDevice, Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 

G

getAccessToken() - Method in class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
Returns the access JWT token in its encoded string form.
getAuthFlowType() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
Get authFlowType to be sent to the service.
getAuthSignInStep(SignInState) - Static method in class com.amplifyframework.auth.cognito.util.SignInStateConverter
Take an old AWSMobileClient SignInState and convert it to the proper corresponding value in Amplify Auth.
getAWSCredentials() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
The credentials which come from Identity Pool.
getBrowserPackage() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions
Optional browser package override to choose a browser app other than Chrome to launch web sign out.
getBrowserPackage() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
Optional browser package override to choose a browser app other than Chrome to launch web sign in.
getClientMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions
Get custom attributes to be sent to the service such as information about the client.
getClientMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
Get additional custom attributes to be sent to the service such as information about the client.
getCurrentUser() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
getEscapeHatch() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
getFederationProviderName() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
If federating with Cognito Identity and using a provider lik Auth0 specify the provider name, e.g.
getIdentityId() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
The id which comes from Identity Pools.
getIdentityProvider(AuthProvider) - Static method in class com.amplifyframework.auth.cognito.util.AuthProviderConverter
Take an AuthProvider value and convert it to the string expected for a Cognito Identity Provider.
getIdpIdentifier() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
The IdentityProvider identifier if using multiple instances of same identity provider.
getIdToken() - Method in class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
Returns the ID JWT token in its encoded string form.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions
Get custom attributes to be sent to the service such as information about the client.
getMetadata() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions
Get custom attributes to be sent to the service such as information about the client.
getPluginKey() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
getRefreshToken() - Method in class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
Returns the refresh JWT token in its encoded string form.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions.CognitoBuilder
Gets the type of builder to support proper flow with this being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions.CognitoBuilder
Returns the type of builder this is to support proper flow with it being an extended class.
getThis() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions.CognitoBuilder
Gets the type of builder to support proper flow with this being an extended class.
getUserAttributes() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
Get additional user attributes which should be associated with this user on confirmSignIn.
getUserPoolTokens() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
The tokens which come from User Pools (access, id, refresh tokens).
getUserSub() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
The id which comes from User Pools.
getValidationData() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
Get a map of custom key/values to be sent as part of the sign up process.
getVersion() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 

H

handleWebUISignInResponse(Intent) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
hashCode() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
 
hashCode() - Method in class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions
 
hashCode() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
 
HostedUIRedirectActivity - Class in com.amplifyframework.auth.cognito.activities
Handles auth redirect for hosted-UI sign-in and sign-out.
HostedUIRedirectActivity() - Constructor for class com.amplifyframework.auth.cognito.activities.HostedUIRedirectActivity
 

I

idpIdentifier(String) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions.CognitoBuilder
The IdentityProvider identifier if using multiple instances of same identity provider.

L

lookup(Exception, String) - Static method in class com.amplifyframework.auth.cognito.util.CognitoAuthExceptionConverter
Lookup method to convert AWS Cognito Exception to AuthException.

M

metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions.CognitoBuilder
Set the metadata field for the object being built.
metadata(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions.CognitoBuilder
Set the metadata field for the object being built.

O

onCreate(Bundle) - Method in class com.amplifyframework.auth.cognito.activities.HostedUIRedirectActivity
 
onResume() - Method in class com.amplifyframework.auth.cognito.activities.HostedUIRedirectActivity
 

R

rememberDevice(Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
resendSignUpCode(String, AuthResendSignUpCodeOptions, Consumer<AuthSignUpResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
resendSignUpCode(String, Consumer<AuthSignUpResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
resendUserAttributeConfirmationCode(AuthUserAttributeKey, AuthResendUserAttributeConfirmationCodeOptions, Consumer<AuthCodeDeliveryDetails>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
resendUserAttributeConfirmationCode(AuthUserAttributeKey, Consumer<AuthCodeDeliveryDetails>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
resetPassword(String, AuthResetPasswordOptions, Consumer<AuthResetPasswordResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
resetPassword(String, Consumer<AuthResetPasswordResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 

S

signIn(String, String, AuthSignInOptions, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signIn(String, String, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
SignInStateConverter - Class in com.amplifyframework.auth.cognito.util
Helpful util class to convert AWSMobileClient sign in state enum to the Amplify equivalent.
signInWithSocialWebUI(AuthProvider, Activity, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signInWithSocialWebUI(AuthProvider, Activity, AuthWebUISignInOptions, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signInWithWebUI(Activity, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signInWithWebUI(Activity, AuthWebUISignInOptions, Consumer<AuthSignInResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signOut(Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signOut(AuthSignOutOptions, Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
signUp(String, String, AuthSignUpOptions, Consumer<AuthSignUpResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 

T

toString() - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthSession
 
toString() - Method in class com.amplifyframework.auth.cognito.AWSCognitoUserPoolTokens
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmResetPasswordOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignUpOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendSignUpCodeOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResendUserAttributeConfirmationCodeOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthResetPasswordOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignInOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignOutOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributeOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthUpdateUserAttributesOptions
 
toString() - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthWebUISignInOptions
 

U

updatePassword(String, String, Action, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
updateUserAttribute(AuthUserAttribute, AuthUpdateUserAttributeOptions, Consumer<AuthUpdateAttributeResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
updateUserAttribute(AuthUserAttribute, Consumer<AuthUpdateAttributeResult>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
updateUserAttributes(List<AuthUserAttribute>, AuthUpdateUserAttributesOptions, Consumer<Map<AuthUserAttributeKey, AuthUpdateAttributeResult>>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
updateUserAttributes(List<AuthUserAttribute>, Consumer<Map<AuthUserAttributeKey, AuthUpdateAttributeResult>>, Consumer<AuthException>) - Method in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
 
userAttributes(List<AuthUserAttribute>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthConfirmSignInOptions.CognitoBuilder
Set the userAttributes field for the object being built.

V

validationData(Map<String, String>) - Method in class com.amplifyframework.auth.cognito.options.AWSCognitoAuthSignUpOptions.CognitoBuilder
A map of custom data the user can send as part of the sign up process for validation.
valueOf(String) - Static method in enum com.amplifyframework.auth.cognito.options.AuthFlowType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amplifyframework.auth.cognito.options.AuthFlowType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEB_UI_SIGN_IN_ACTIVITY_CODE - Static variable in class com.amplifyframework.auth.cognito.AWSCognitoAuthPlugin
The code which the web UI activity is launched under and is needed to listen to the result.
A B C D E F G H I L M O R S T U V W 
Skip navigation links