class AzuCLI::OpenAPI::SecurityScheme

Included Modules

Defined in:

azu_cli/openapi/spec.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def bearerFormat : String | Nil #

[View source]
def bearerFormat=(bearerFormat : String | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def in : String | Nil #

[View source]
def in=(in __arg0 : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def scheme : String | Nil #

[View source]
def scheme=(scheme : String | Nil) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]