class Authly::RefreshToken

Included Modules

Defined in:

authly/grants/refresh_token.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, refresh_token : String) #

[View source]

Instance Method Detail

def authorized? : Bool #

[View source]
def client_id : String #

[View source]
def client_secret : String #

[View source]
def refresh_token : String #

[View source]