struct Server::Config::OAuth
- Server::Config::OAuth
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
server.crConstructors
Instance Method Summary
- #auth_url : String
- #auth_url=(auth_url : String)
- #client_id : String
- #client_id=(client_id : String)
- #client_secret : String
- #client_secret=(client_secret : String)
- #ip_whitelist : Regex
- #ip_whitelist=(ip_whitelist : Regex)
- #scope : String
- #scope=(scope : String)
- #ssl_verify : Bool
- #ssl_verify=(ssl_verify : Bool)
- #token_url : String
- #token_url=(token_url : String)
- #user_url : String
- #user_url=(user_url : String)