@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface AcceptInvitationMembers

    interface AcceptInvitationMembers {
        branding: BrandingMembers;
        tenant: TenantMembers;
        user: UserMembers;
        untrustedData: UntrustedDataMembers;
        getErrors(): Error[];
        changeLanguage(options: LanguageChangeOptions): Promise<void>;
        client: ClientMembers;
        organization: OrganizationMembers;
        prompt: PromptMembers;
        screen: ScreenMembersOnAcceptInvitation;
        transaction: TransactionMembers;
        acceptInvitation(payload?: CustomOptions): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    branding: BrandingMembers
    untrustedData: UntrustedDataMembers
    organization: OrganizationMembers
    transaction: TransactionMembers

    Methods

    • Returns Error[]

    • Accepts the invitation to the organization.

      Parameters

      • Optionalpayload: CustomOptions

        Optional custom options to include with the request.

      Returns Promise<void>