AuthCodeChallengeTypes class
Constructors
- AuthCodeChallengeTypes.fromString(String str)
-
factory
Properties
- encodeVerifierIntoChallenge → String? Function(String? verifier)
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isValidChallengeString → bool Function(String? challenge)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verifyCodeVerifier → bool Function(String? challenge, String? verifier)
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
[String? locale]) → String -
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
String json) → AuthCodeChallengeTypes -
fromJsonNullable(
String? json) → AuthCodeChallengeTypes?
Constants
- NONE → const AuthCodeChallengeTypes
- PLAIN → const AuthCodeChallengeTypes
- S256 → const AuthCodeChallengeTypes