Authorization: { code: string; expiresAt: string; permissions: Permission[] }

Type declaration

  • code: string

    The authorization code.

  • expiresAt: string

    The date and time until which the authorization can be approved / exchanged.

  • permissions: Permission[]

    The permissions that the token will have.