class

Authly::Owners

Inherits Enumerable < Authly::AuthorizableOwner < Reference < Object

Constructors

Instance methods

<<(owner : Owner)
Source
authorized?(username : String, password : String) : String | Nil

Returns owner id on success, nil on failure

Source
each

Must yield this collection's elements to the block.

Source
id_token(user_id : String) : Hash(String, String | Int64)

Generate ID token claims for a user

@param user_id - The user's unique identifier @return Hash of claims to include in the ID token

Source