class Authly::ClientCredentials

Included Modules

Defined in:

authly/grants/client_credentials.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) #

[View source]

Instance Method Detail

def authorized? : Bool #

[View source]
def client_id : String #

[View source]
def client_secret : String #

[View source]