struct Open::Api::Security::Scheme::OAuth2::FlowObject

Included Modules

Defined in:

open-api/security.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(authorization_url : String, token_url : String, scopes : Hash(String, String), refresh_url : Nil | String = nil) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

[View source]

Instance Method Detail

def authorization_url : String #

[View source]
def refresh_url : String | Nil #

[View source]
def scopes : Hash(String, String) #

[View source]
def token_url : String #

[View source]