struct Open::Api::Security::Scheme::HTTPAuth::Basic

Defined in:

open-api/security.cr

Constructors

Instance Method Summary

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

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(description : String | Nil = nil) #

[View source]

Instance Method Detail

def scheme : String #

[View source]