class Authly::Owners

Included Modules

Defined in:

authly/owner.cr

Constructors

Instance Method Summary

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

def self.new #

[View source]

Instance Method Detail

def <<(owner : Owner) #

[View source]
def authorized?(username : String, password : String) : Bool #

[View source]
def each(& : Owner -> _) #
Description copied from module Enumerable(Authly::Owner)

Must yield this collection's elements to the block.


[View source]
def id_token(user_id : String) : Hash(String, String | Int64) #

[View source]