alias
PlaceOS::Model::OAuthToken::PrimaryKeyType
Overview
Persistence backing for the auth.cr AuthlyAdapter::TokenStore.
Each row records the metadata of a single OAuth2 access or refresh
token; the revoked_at column lets the auth service mark a token
invalid without rotating signing keys.
See migration 20260519100000000_add_oauth_tokens.sql for the
column rationale (notably: most columns are nullable so a revoke
for a never-stored refresh token can still leave a marker).
Alias Definition
Int64?