class Authly::Password

Included Modules

Defined in:

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

[View source]

Instance Method Detail

def authorized? : Bool #

[View source]
def client_id : String #

[View source]
def client_secret : String #

[View source]
def password : String #

[View source]
def username : String #

[View source]