Type alias CompleteInviteFlowBody

CompleteInviteFlowBody: {
    inviteToken: string;
    providerUserId: string;
}

Type declaration

  • inviteToken: string

    The original token used to accept the invite

  • providerUserId: string

    The user ID set by the auth provider