OptionalaudAudience — the Api identifier or ${iss}/userinfo.
Optionalclient_OptionalexpExpiry, seconds since the epoch.
OptionaliatIssued at, seconds since the epoch.
OptionalissIssuer — the Faable Auth tenant URL.
OptionalpermissionsSpace-separated permissions (Auth0 access_token_authz dialect).
OptionalrolesRole names, when the Api opted in.
OptionalscopeSpace-separated granted scopes.
OptionalsubSubject — the user id (user_…) or, for M2M tokens, the client id.
OptionalteamsTeam slugs, when the Api opted in.
Decoded payload of the session's access token, as returned by FaableAuthClient.getClaims. Standard JWT / OAuth claims are typed; custom claims set by the tenant (a connection's
claims_mappingor an Action'sapi.accessToken.setCustomClaim) surface through the index signature — narrow them with the generic parameter ofgetClaims.Decoded locally, NOT signature-verified: good for UI decisions ("which station am I in?"), never for authorization — the resource server that receives the token is what validates it.