Module authentication

Source
Expand description

Provides a standard set of fields to describe authentication and authorization schemes, flows, and scopes required to access Assets and Links that align with the OpenAPI security spec.

Structs§

Authentication
The authentication extension fields.
Parameter
Definition for a request parameter.
Scheme
The Authentication Scheme extends the OpenAPI security spec for support of OAuth2.0, API Key, and OpenID Connect authentication.

Enums§

Flow
The OAuth2 Flow Object applies for oauth2, the Signed URL Object applies to signedUrl.
In
Query, header, or cookie.