Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.48 KB

oauth2implicitsecurity.md

File metadata and controls

69 lines (37 loc) · 1.48 KB

fastify-oas

Globals / OAuth2ImplicitSecurity

Interface: OAuth2ImplicitSecurity

Hierarchy

Index

Properties

Properties

authorizationUrl

authorizationUrl: string

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


description

Optional description: string

Inherited from BaseSecurity.description

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


flow

flow: "implicit"

Overrides BaseOAuthSecurity.flow

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


scopes

Optional scopes: OAuthScope

Inherited from BaseOAuthSecurity.scopes

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


type

type: "oauth2"

Overrides BaseOAuthSecurity.type

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