Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 1.66 KB

oauth2accesscodesecurity.md

File metadata and controls

78 lines (42 loc) · 1.66 KB

fastify-oas

Globals / OAuth2AccessCodeSecurity

Interface: OAuth2AccessCodeSecurity

Hierarchy

Index

Properties

Properties

authorizationUrl

authorizationUrl: string

Defined in node_modules/@types/swagger-schema-official/index.d.ts:241


description

Optional description: string

Inherited from BaseSecurity.description

Defined in node_modules/@types/swagger-schema-official/index.d.ts:200


flow

flow: "accessCode"

Overrides BaseOAuthSecurity.flow

Defined in node_modules/@types/swagger-schema-official/index.d.ts:239


scopes

Optional scopes: OAuthScope

Inherited from BaseOAuthSecurity.scopes

Defined in node_modules/@types/swagger-schema-official/index.d.ts:216


tokenUrl

tokenUrl: string

Defined in node_modules/@types/swagger-schema-official/index.d.ts:240


type

type: "oauth2"

Overrides BaseOAuthSecurity.type

Defined in node_modules/@types/swagger-schema-official/index.d.ts:238