Skip to main content
Example
export interface AcceptInvitationMembers extends BaseMembers {
  client: ClientMembers;
  organization: OrganizationMembers;
  prompt: PromptMembers;
  screen: ScreenMembersOnAcceptInvitation;
  transaction: TransactionMembers;
  /**
   * Accepts the invitation to the organization.
   * @param payload Optional custom options to include with the request.
   */
  acceptInvitation(payload?: CustomOptions): Promise<void>;
}

Properties

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user

Methods

acceptInvitation
Promise<void>
Accepts the invitation to the organization.