Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.14 KB

File metadata and controls

52 lines (28 loc) · 1.14 KB

api-typescript-generator / Modules / openapi / OpenApiOAuthFlow

Interface: OpenApiOAuthFlow

openapi.OpenApiOAuthFlow

OpenAPI OAuth Flow Object.

See

https://swagger.io/specification/#oauth-flow-object

Table of contents

Properties

Properties

authorizationUrl

authorizationUrl: string

The authorization URL to be used for this flow. This MUST be in the form of a URL.


refreshUrl

Optional refreshUrl: string

The URL to be used for obtaining refresh tokens. This MUST be in the form of a URL.


scopes

scopes: Record<string, string>

The available scopes for the OAuth2 security scheme. A map between the scope name and a short description for it.


tokenUrl

tokenUrl: string

The token URL to be used for this flow. This MUST be in the form of a URL.