struct Server::Config::OAuth

Included Modules

Defined in:

server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def auth_url : String #

[View source]
def auth_url=(auth_url : String) #

[View source]
def client_id : String #

[View source]
def client_id=(client_id : String) #

[View source]
def client_secret : String #

[View source]
def client_secret=(client_secret : String) #

[View source]
def ip_whitelist : Regex #

[View source]
def ip_whitelist=(ip_whitelist : Regex) #

[View source]
def scope : String #

[View source]
def scope=(scope : String) #

[View source]
def ssl_verify : Bool #

[View source]
def ssl_verify=(ssl_verify : Bool) #

[View source]
def token_url : String #

[View source]
def token_url=(token_url : String) #

[View source]
def user_url : String #

[View source]
def user_url=(user_url : String) #

[View source]