KemalIdentity::ApiTokens::Lookup
The result of resolving an API token: token state and account status, together.
The same shape, and the same reason, as Sessions::Lookup. Fetching the token and then
fetching the account is two round trips on every authenticated API request, which is the
busiest path an API has. One indexed lookup with a join.
Constructors
Instance methods
account_auth_version
Sourceaccount_disabled?
Sourceaccount_disabled_at
Sourcetoken
Source