public final class AWSCognitoAuthConfirmSignInOptions
extends com.amplifyframework.auth.options.AuthConfirmSignInOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCognitoAuthConfirmSignInOptions.CognitoBuilder
The builder for this class.
|
com.amplifyframework.auth.options.AuthConfirmSignInOptions.Builder<T extends com.amplifyframework.auth.options.AuthConfirmSignInOptions.Builder<T>>, com.amplifyframework.auth.options.AuthConfirmSignInOptions.DefaultAuthConfirmSignInOptions| Modifier | Constructor and Description |
|---|---|
protected |
AWSCognitoAuthConfirmSignInOptions(java.util.Map<java.lang.String,java.lang.String> metadata,
java.util.List<com.amplifyframework.auth.AuthUserAttribute> userAttributes)
Advanced options for confirming sign in.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSCognitoAuthConfirmSignInOptions.CognitoBuilder |
builder()
Get a builder object.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Get custom attributes to be sent to the service such as information about the client.
|
java.util.List<com.amplifyframework.auth.AuthUserAttribute> |
getUserAttributes()
Get additional user attributes which should be associated with this user on confirmSignIn.
|
int |
hashCode() |
java.lang.String |
toString() |
protected AWSCognitoAuthConfirmSignInOptions(java.util.Map<java.lang.String,java.lang.String> metadata,
java.util.List<com.amplifyframework.auth.AuthUserAttribute> userAttributes)
metadata - Additional custom attributes to be sent to the service such as information about the clientuserAttributes - A list of additional user attributes which should be
associated with this user on confirmSignIn.@NonNull public java.util.Map<java.lang.String,java.lang.String> getMetadata()
@NonNull public java.util.List<com.amplifyframework.auth.AuthUserAttribute> getUserAttributes()
@NonNull public static AWSCognitoAuthConfirmSignInOptions.CognitoBuilder builder()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object