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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
authorization_url
Sourcerefresh_url
Sourcescopes
Sourcetoken_url
Source