AuthorizationCodeFlow
Provider-neutral initialization result for an authorization-code flow.
Class Diagram
Section titled “Class Diagram”---
title: AuthorizationCodeFlow
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class AuthorizationCodeFlow {
+string authUrl
+string codeVerifier
}
Properties
Section titled “Properties”| 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 |