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

    Type Alias LoginIdentifierOptions

    LoginIdentifierOptions:
        | { identifier: string; username?: string }
        | { username: string; identifier?: string }

    The identifier to login with, under either of its names. Exactly one is required: identifier, which pairs with identifierType, or username, its original spelling, which remains accepted so existing callers keep working. Supplying both is not an error — identifier wins.

    Shared by the login and login-id screens, whose LoginOptions each intersect it with their own remaining fields.