Module security_scheme

Source
Expand description

Nested message and enum types in SecurityScheme.

Enums§

Flow
The flow used by the OAuth2 security scheme. Valid values are “implicit”, “password”, “application” or “accessCode”.
In
The location of the API key. Valid values are “query” or “header”.
Type
The type of the security scheme. Valid values are “basic”, “apiKey” or “oauth2”.