atproto/oauth/pkce
PKCE (RFC 7636, S256). A fresh verifier/challenge pair per authorization request; the caller holds the verifier until the token exchange.
Types
pub type Pkce {
Pkce(verifier: String, challenge: String)
}
Constructors
-
Pkce(verifier: String, challenge: String)