CognitoConfirmSignInOptions class

Cognito options for Amplify.Auth.confirmSignIn.

Inheritance
Annotations

Constructors

CognitoConfirmSignInOptions({Map<String, String>? clientMetadata, Map<CognitoUserAttributeKey, String>? userAttributes, String? friendlyDeviceName})
Cognito options for Amplify.Auth.confirmSignIn.
const

Properties

clientMetadata Map<String, String>
A map of custom key-value pairs that you can provide as input for certain custom workflows that this action triggers.
final
friendlyDeviceName String?
A unique name to help identify the registered TOTP device.
final
hashCode int
The hash code for this object.
no setterinherited
pluginOptions CognitoConfirmSignInPluginOptions
Plugin-specific options for Amplify.Auth.confirmSignIn.
no setteroverride
props List<Object?>
The type's equatable properties.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeName String
The string value of runtimeType, saving a runtime lookup and preventing obfuscation during web compilation.
no setteroverride
userAttributes Map<CognitoUserAttributeKey, String>
User attributes which were marked as required and have not been previously provided.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Serializes this as a JSON object.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited