public final class AWSCognitoAuthSignInOptions
extends com.amplifyframework.auth.options.AuthSignInOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCognitoAuthSignInOptions.CognitoBuilder
The builder for this class.
|
com.amplifyframework.auth.options.AuthSignInOptions.Builder<T extends com.amplifyframework.auth.options.AuthSignInOptions.Builder<T>>, com.amplifyframework.auth.options.AuthSignInOptions.DefaultAuthSignInOptions| Modifier | Constructor and Description |
|---|---|
protected |
AWSCognitoAuthSignInOptions(java.util.Map<java.lang.String,java.lang.String> metadata,
AuthFlowType authFlowType)
Advanced options for signing in.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSCognitoAuthSignInOptions.CognitoBuilder |
builder()
Get a builder object.
|
boolean |
equals(java.lang.Object obj) |
AuthFlowType |
getAuthFlowType()
Get authFlowType to be sent to the service.
|
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.
|
int |
hashCode() |
java.lang.String |
toString() |
protected AWSCognitoAuthSignInOptions(java.util.Map<java.lang.String,java.lang.String> metadata,
AuthFlowType authFlowType)
metadata - Additional custom attributes to be sent to the service such as information about the clientauthFlowType - AuthFlowType to be used by signIn API@NonNull public java.util.Map<java.lang.String,java.lang.String> getMetadata()
@NonNull public AuthFlowType getAuthFlowType()
@NonNull public static AWSCognitoAuthSignInOptions.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