struct Open::Api::Security::Scheme::OAuth2::FlowObject
- Open::Api::Security::Scheme::OAuth2::FlowObject
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
open-api/security.crConstructors
- .new(authorization_url : String, token_url : String, scopes : Hash(String, String), refresh_url : Nil | String = nil)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #authorization_url : String
- #refresh_url : String | Nil
- #scopes : Hash(String, String)
- #token_url : String
Constructor Detail
def self.new(authorization_url : String, token_url : String, scopes : Hash(String, String), refresh_url : Nil | String = nil)
#