Skip to content

[I] OpenAPI3ClientCredentialsFlow

Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.

Extends

Indexable

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

Properties

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