open_api_spex v1.1.4 OpenApiSpex.SecurityScheme View Source

Defines the OpenApiSpex.SecurityScheme.t type.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %OpenApiSpex.SecurityScheme{bearerFormat: String.t(), description: String.t(), flows: OpenApiSpex.OAuthFlows.t(), in: String.t(), name: String.t(), openIdConnectUrl: String.t(), scheme: String.t(), type: String.t()}

Security Scheme Object

Defines a security scheme that can be used by the operations. Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter), OAuth2’s common flows (implicit, password, application and access code) as defined in RFC6749, and OpenID Connect Discovery.