struct OpenAPI::SecurityScheme

Included Modules

Defined in:

open_api/security_scheme.cr

Constructors

Instance Method Summary

Constructor methods inherited from module OpenAPI::Object

new(*, __mass_assignable_attributes args : T) forall T new

Constructor Detail

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

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

def self.new(**args) #

[View source]

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 #