Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.45 KB

oauth2passwordsecurity.md

File metadata and controls

69 lines (37 loc) · 1.45 KB

fastify-oas

Globals / OAuth2PasswordSecurity

Interface: OAuth2PasswordSecurity

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: "password"

Overrides BaseOAuthSecurity.flow

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


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


type

type: "oauth2"

Overrides BaseOAuthSecurity.type

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