TokenData#
- class gafaelfawr.models.token.TokenData(**data)#
Bases:
TokenBase,TokenUserInfoData about a token stored in Redis.
This holds all the token information stored in Redis, and thus all the token information required to support authentication decisions and (currently) user information queries. It should not be used directly as a response model; for that, see
TokenInfoandTokenUserInfo.- Parameters:
data (
Any) –
Methods Summary
Build authentication data for the bootstrap token.
Build authentication data for the internal token.
Methods Documentation