PkcePair class

A pair of (codeVerifier, codeChallenge) that can be used with PKCE (Proof Key for Code Exchange).

Constructors

PkcePair.generate({int length = 32})
Generates a PkcePair.
factory

Properties

codeChallenge String
The code challenge, computed as base64Url(sha256(codeVerifier)) with padding removed as per the spec.
final
codeVerifier String
The code verifier.
final
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.
inherited

Operators

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