Skip to content

[I] OpenAPIDeviceAuthorizationFlow3_2

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

[key: `x-${string}`]: any
PropertyTypeDescriptionInherited from
deviceAuthorizationUrlstringThe device authorization URL to be used for this flow. This MUST be in the form of a URL. See https://spec.openapis.org/oas/v3.2.0.html#oauth-flow-object-
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.-