struct

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

Inherits YAML::Serializable < JSON::Serializable < Struct < Value < Object

Constructors

new(authorization_url : String, token_url : String, scopes : Hash(String, String), refresh_url : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

authorization_url
Source
refresh_url
Source
scopes
Source
token_url
Source