class Authly::Grant

Defined in:

authly/grant.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(grant_type : String, **args) #

[View source]

Instance Method Detail

def authorized? #

[View source]
def code : String #

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

[View source]
def refresh_token_grant #

[View source]
def token : AccessToken #

[View source]