@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface OrganizationPickerMembers

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

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

    Hierarchy

    • BaseMembers
      • OrganizationPickerMembers

    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>