AuthorizationExchangeResponse: { token: string; user: User & unknown }

Type declaration

  • token: string

    The device token that can be used to authenticate requests.

  • user: User & unknown