Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.47 KB

oauth2applicationsecurity.md

File metadata and controls

69 lines (37 loc) · 1.47 KB

fastify-oas

Globals / OAuth2ApplicationSecurity

Interface: OAuth2ApplicationSecurity

Hierarchy

Index

Properties

Properties

description

Optional description: string

Inherited from BaseSecurity.description

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


flow

flow: "application"

Overrides BaseOAuthSecurity.flow

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


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:234


type

type: "oauth2"

Overrides BaseOAuthSecurity.type

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