class Authly::Password
- Authly::Password
- Reference
- Object
Included Modules
Defined in:
authly/grants/password.crConstructors
Instance Method Summary
- #authorized? : Bool
- #client_id : String
- #client_secret : String
- #password : String
- #username : String
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)
#