ReferenceGrants
Authorization Code + PKCE
Same as Authorization Code, but with a per-flow `code_verifier` ↔ `code_challenge` pair to prevent code interception.
Authorization Code + PKCE
Spec: RFC 7636
Supported in Olympus: Yes
When to use
Public clients (SPAs, mobile, CLIs). Mandatory in Olympus.
How it works
Same as Authorization Code, but with a per-flow code_verifier ↔ code_challenge pair to prevent code interception.
Integration guide
See /docs/integrate/oauth2/oauth2-pkce for full setup.