public final class AWSCognitoAuthSignUpOptions
extends com.amplifyframework.auth.options.AuthSignUpOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCognitoAuthSignUpOptions.CognitoBuilder
The builder for this class.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AWSCognitoAuthSignUpOptions(java.util.List<com.amplifyframework.auth.AuthUserAttribute> userAttributes,
java.util.Map<java.lang.String,java.lang.String> validationData,
java.util.Map<java.lang.String,java.lang.String> clientMetadata)
Advanced options for signing in.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSCognitoAuthSignUpOptions.CognitoBuilder |
builder()
Returns a builder for this object.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getClientMetadata()
Get additional custom attributes to be sent to the service such as information about the client.
|
java.util.Map<java.lang.String,java.lang.String> |
getValidationData()
Get a map of custom key/values to be sent as part of the sign up process.
|
int |
hashCode() |
java.lang.String |
toString() |
protected AWSCognitoAuthSignUpOptions(java.util.List<com.amplifyframework.auth.AuthUserAttribute> userAttributes,
java.util.Map<java.lang.String,java.lang.String> validationData,
java.util.Map<java.lang.String,java.lang.String> clientMetadata)
userAttributes - Additional user attributes which should be associated with this user on registrationvalidationData - A map of custom key/values to be sent as part of the sign up processclientMetadata - Additional custom attributes to be sent to the service such as information about the client@NonNull public java.util.Map<java.lang.String,java.lang.String> getValidationData()
@NonNull public java.util.Map<java.lang.String,java.lang.String> getClientMetadata()
@NonNull public static AWSCognitoAuthSignUpOptions.CognitoBuilder builder()
public int hashCode()
hashCode in class com.amplifyframework.auth.options.AuthSignUpOptionspublic boolean equals(java.lang.Object obj)
equals in class com.amplifyframework.auth.options.AuthSignUpOptionspublic java.lang.String toString()
toString in class com.amplifyframework.auth.options.AuthSignUpOptions