Skip to content

[I] OpenAPI3OAuth2Flow

Common definition for the OAuth flows

Extends

Extended by

Indexable

[key: `x-${string}`]: any

Properties

PropertyTypeDescription
refreshUrl?stringThe URL to be used for obtaining refresh tokens. This MUST be in the form of a URL.
scopesRecord<string, string>The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it.