Skip to content
Prompty

AuthorizationCodeFlow

Provider-neutral initialization result for an authorization-code flow.

---
title: AuthorizationCodeFlow
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class AuthorizationCodeFlow {
        +string authUrl
        +string codeVerifier
    }
Name Type Description
authUrl string The authorization URL the host opens for the user
codeVerifier string The PKCE verifier retained by the host for token exchange