MonoCloud Management SDK
    Preparing search index...

    Interface IdentifierOptions

    Identifier Options Response: Represents email, phone, and username identifier configuration.

    IdentifierOptions

    interface IdentifierOptions {
        email: EmailIdentifierOptions;
        phone: PhoneIdentifierOptions;
        username: UsernameIdentifierOptions;
    }
    Index

    Properties

    Properties

    Email Identifier Options

    IdentifierOptions

    Phone Identifier Options

    IdentifierOptions

    Username Identifier Options

    IdentifierOptions