struct Open::Api::Security::Scheme::OAuth2::Flows

Included Modules

Defined in:

open-api/security.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]
def self.new(authorization_code : Open::Api::Security::Scheme::OAuth2::FlowObject | Nil) #

[View source]

Instance Method Detail

def authorization_code : FlowObject | Nil #

[View source]
def client_credentials : FlowObject | Nil #

[View source]
def implicit : FlowObject | Nil #

[View source]
def pasword : FlowObject | Nil #

[View source]