Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 997 Bytes

oauthflowobject.md

File metadata and controls

56 lines (30 loc) · 997 Bytes

fastify-oas

Globals / OAuthFlowObject

Interface: OAuthFlowObject

Hierarchy

Indexable

▪ [extensionName: string]: any

Index

Properties

Properties

authorizationUrl

Optional authorizationUrl: string

Defined in node_modules/openapi3-ts/dist/model/OpenApi.d.ts:289


refreshUrl

Optional refreshUrl: string

Defined in node_modules/openapi3-ts/dist/model/OpenApi.d.ts:291


scopes

scopes: ScopesObject

Defined in node_modules/openapi3-ts/dist/model/OpenApi.d.ts:292


tokenUrl

Optional tokenUrl: string

Defined in node_modules/openapi3-ts/dist/model/OpenApi.d.ts:290