PKCE class

Represent PKCE authorization request parameters.

Constructors

PKCE({required String codeVerifier, required String codeChallenge, required String codeChallengeMethod})

Properties

codeChallenge String
A challenge derived from the code verifier.
getter/setter pair
codeChallengeMethod String
A method that was used to derive code challenge.
getter/setter pair
codeVerifier String
A cryptographically random string.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
override

Operators

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