module Authly::AuthorizableOwner

Direct including types

Defined in:

authly/authorizable_client.cr
authly/authorizable_owner.cr

Instance Method Summary

Instance Method Detail

abstract def authorized?(username : String, password : String) : Bool #

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

[View source]