Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.35 KB

baseoauthsecurity.md

File metadata and controls

64 lines (34 loc) · 1.35 KB

fastify-oas

Globals / BaseOAuthSecurity

Interface: BaseOAuthSecurity

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: "accessCode" | "application" | "implicit" | "password"

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


scopes

Optional scopes: OAuthScope

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


type

type: "oauth2"

Overrides BaseSecurity.type

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