struct Authly::Client

Defined in:

authly/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, secret : String, redirect_uri : String, id : String, scopes : String = "read") #

[View source]

Instance Method Detail

def id : String #

[View source]
def name : String #

[View source]
def redirect_uri : String #

[View source]
def scopes : String #

[View source]
def secret : String #

[View source]