UserLoginResponse

class UserLoginResponse[source]

When logging in this object will be given.

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.