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

    Interface UserMembers

    interface UserMembers {
        appMetadata: null | { [key: string]: string };
        email: null | string;
        enrolledDevices: null | Classes.EnrolledDevice[];
        enrolledEmails: null | Classes.EnrolledEmail[];
        enrolledFactors: null | string[];
        enrolledPhoneNumbers: null | Classes.EnrolledPhoneNumber[];
        id: null | string;
        organizations:
            | null
            | {
                branding: undefined
                | { logoUrl: undefined | string };
                displayName: undefined | string;
                organizationId: undefined | string;
                organizationName: undefined | string;
            }[];
        phoneNumber: null
        | string;
        picture: null | string;
        userMetadata: null | { [key: string]: string };
        username: null | string;
    }
    Index

    Properties

    appMetadata: null | { [key: string]: string }
    email: null | string
    enrolledDevices: null | Classes.EnrolledDevice[]
    enrolledEmails: null | Classes.EnrolledEmail[]
    enrolledFactors: null | string[]
    enrolledPhoneNumbers: null | Classes.EnrolledPhoneNumber[]
    id: null | string
    organizations:
        | null
        | {
            branding: undefined
            | { logoUrl: undefined | string };
            displayName: undefined | string;
            organizationId: undefined | string;
            organizationName: undefined | string;
        }[]
    phoneNumber: null | string
    picture: null | string
    userMetadata: null | { [key: string]: string }
    username: null | string