class Authly::AuthorizationCode

Included Modules

Defined in:

authly/grants/authorization_code.cr

Constructors

Instance Method Summary

Instance methods inherited from module Authly::GrantStrategy

authorized? : Bool authorized?

Constructor Detail

def self.new(client_id : String, client_secret : String, redirect_uri : String, challenge : String = "", method : String = "", verifier : String = "") #

[View source]

Instance Method Detail

def authorized? : Bool #

[View source]
def challenge : String #

[View source]
def client_id : String #

[View source]
def client_secret : String #

[View source]
def method : String #

[View source]
def redirect_uri : String #

[View source]
def verifier : String #

[View source]