Skip to content

OAuth2Scheme

reference
1 min readUpdated

Kind: Interface

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

A security scheme resolved down to the one flow we would actually run.

Properties

PropertyType
idstring
kind`OAuth2FlowKind
refusalOAuth2Refusal
declaredFlowsOAuth2FlowKind[]
authorizationUrlstring
tokenUrlstring
scopesRecord<string, string>
openIdConnectUrlstring
clientIdstring
descriptionstring

Was this page helpful?

Download as PDF