Skip to main content

OAuth2SecurityScheme

@quik/authorization


@quik/authorization / OAuth2SecurityScheme

Type Alias: OAuth2SecurityScheme

OAuth2SecurityScheme = object

Defined in: authorization/src/schemes/types.ts:68

Properties

flows

flows: object

Defined in: authorization/src/schemes/types.ts:70

authorizationCode?

optional authorizationCode?: OAuth2AuthorizationCodeFlow

clientCredentials?

optional clientCredentials?: OAuth2ClientCredentialsFlow

implicit?

optional implicit?: OAuth2ImplicitFlow

password?

optional password?: OAuth2PasswordFlow


type

type: OAUTH2

Defined in: authorization/src/schemes/types.ts:69