Skip to content

PendingFlow

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/oauth2.ts

The flow in progress. Held in sessionStorage, not localStorage: it carries the PKCE verifier, which must not outlive the redirect it belongs to, and a tab that is closed mid-flow should leave nothing behind.

Properties

PropertyType
schemeIdstring
statestring
codeVerifierstring
redirectUristring
tokenUrlstring
clientIdstring
requestedScopesstring[]
kindOAuth2FlowKind
startedAtnumber
grantNamespacestring

Was this page helpful?

Download as PDF