CognitoSignInMethod class

The method by which the user logged in and retrieved the accompanying CognitoUserPoolTokens.

Inheritance
  • Object
  • EnumClass
  • CognitoSignInMethod

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

values → BuiltSet<CognitoSignInMethod>
All values of CognitoSignInMethod.
no setter

Static Methods

valueOf(String name) CognitoSignInMethod
Gets the CognitoSignInMethod value corresponding to name.

Constants

default$ → const CognitoSignInMethod
API-based (SRP, custom auth) method.
hostedUi → const CognitoSignInMethod
Hosted UI