struct Swagger::Objects::OAuth2Flow

Overview

OAuth2 Flow Object

Included Modules

Defined in:

swagger/objects/oauth2_flow.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(authorization_url : String? = nil, token_url : String? = nil, refresh_url : String? = nil, scopes : Hash(String, String)? = nil) #

[View source]

Instance Method Detail

def authorization_url : String? #

[View source]
def refresh_url : String? #

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

[View source]
def token_url : String? #

[View source]