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

    Interface OrganizationPickerMembers

    Interface defining the available methods and properties for the organization-picker screen

    interface OrganizationPickerMembers {
        branding: Screens.BrandingMembers;
        client: Screens.ClientMembers;
        organization: Screens.OrganizationMembers;
        prompt: Screens.PromptMembers;
        screen: Screens.ScreenMembers;
        tenant: Screens.TenantMembers;
        transaction: Screens.TransactionMembers;
        untrustedData: Screens.UntrustedDataMembers;
        user: Screens.UserMembers;
        changeLanguage(options: Screens.LanguageChangeOptions): Promise<void>;
        getErrors(): Screens.Error[];
        selectOrganization(
            payload: { organization: string; state: string },
        ): Promise<void>;
        skipOrganizationSelection(payload?: Screens.CustomOptions): Promise<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods

    • Selects an organization for the user.

      Parameters

      • payload: { organization: string; state: string }

        The options containing the organization ID.

      Returns Promise<void>