class Authly::Owners
- Authly::Owners
- Reference
- Object
Included Modules
- Authly::AuthorizableOwner
- Enumerable(Authly::Owner)
Defined in:
authly/owner.crConstructors
Instance Method Summary
- #<<(owner : Owner)
- #authorized?(username : String, password : String) : Bool
-
#each(& : Owner -> _)
Must yield this collection's elements to the block.
- #id_token(user_id : String) : Hash(String, String | Int64)
Instance methods inherited from module Authly::AuthorizableOwner
authorized?(username : String, password : String) : Bool
authorized?,
id_token(user_id : String) : Hash(String, String | Int64)
id_token
Constructor Detail
Instance Method Detail
Description copied from module Enumerable(Authly::Owner)
Must yield this collection's elements to the block.