Skip to content

Token

reduct.Token

Token for authentication

created_at: datetime class-attribute

creation time of token

name: str class-attribute

name of token

reduct.FullTokenInfo

Full information about token with permissions

permissions: Permissions class-attribute

permissions of token

reduct.Permissions

Token permission

full_access: bool class-attribute

full access to manage buckets and tokens

read: Optional[List[str]] class-attribute

list of buckets with read access

write: Optional[List[str]] class-attribute

list of buckets with write access