struct OpenAPI::SecurityScheme

Included Modules

Defined in:

open_api/security_scheme.cr

Constructors

Instance Method Summary

Constructor methods inherited from module OpenAPI::Object

new(**args) new

Constructor Detail

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

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def bearer_format : String | Nil #

def description : String | Nil #

def flows : OAuthFlows | Nil #

def in : String | Nil #

def name : String | Nil #

def open_id_connect_url : String | Nil #

def scheme : String | Nil #

def type : String #