struct Open::Api::Security::Scheme::HTTPAuth::Bearer
- Open::Api::Security::Scheme::HTTPAuth::Bearer
- Open::Api::Security::Scheme::HTTPAuth
- Open::Api::Security::Scheme
- Struct
- Value
- Object
Defined in:
open-api/security.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(bearer_format : String, description : String | Nil = nil)
Class Method Summary
Instance Method Summary
-
#bearer_format : String
A hint to the client to identify how the bearer token is formatted.
- #scheme : String
Constructor methods inherited from struct Open::Api::Security::Scheme::HTTPAuth
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from struct Open::Api::Security::Scheme
auth_type : String
auth_type,
description : String | Nil
description,
description=(description : String | Nil)
description=
Constructor methods inherited from struct Open::Api::Security::Scheme
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
Class Method Detail
Instance Method Detail
def bearer_format : String
#
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.