OAuth2SecurityScheme
@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?
optionalauthorizationCode?:OAuth2AuthorizationCodeFlow
clientCredentials?
optionalclientCredentials?:OAuth2ClientCredentialsFlow
implicit?
optionalimplicit?:OAuth2ImplicitFlow
password?
optionalpassword?:OAuth2PasswordFlow
type
type:
OAUTH2
Defined in: authorization/src/schemes/types.ts:69