struct

Open::Api::Security::Scheme::HTTPAuth::Bearer

Inherits Open::Api::Security::Scheme::HTTPAuth < Open::Api::Security::Scheme < YAML::Serializable < JSON::Serializable < Struct < Value < Object

Constructors

new(bearer_format : String, description : String | Nil = nil)
Source

Class methods

Instance methods

bearer_format

A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes.

Source
scheme
Source