class Authly::ResponseType

Defined in:

authly/response_type.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, client_id : String, redirect_uri : String, scope : String, challenge : String = "", challenge_method : String = "", user_id : String = "") #

[View source]

Instance Method Detail

def challenge : String #

[View source]
def challenge_method : String #

[View source]
def client_id : String #

[View source]
def code #

[View source]
def decode #

[View source]
def redirect_uri : String #

[View source]
def scope : String #

[View source]
def token #

[View source]
def type : String #

[View source]
def user_id : String #

[View source]