ConfirmRegisteredResponse

class ConfirmRegisteredResponse[source]

Response when a registration is confirmed and the user is created.

status: Literal['registered']

Always ‘registered’.

user: ExtendedUser

The user that was logged in.

access_token: str

A session token that can be used to do authenticated requests.

restrictions: SessionRestrictionData

The restrictions of this access token.

expires_at: datetime

When this token expires.