MonoCloud Management SDK
    Preparing search index...

    Interface EmailIdentifierOptions

    Email Identifier Options Response: Represents email sign-in, sign-up, and verification configuration.

    EmailIdentifierOptions

    interface EmailIdentifierOptions {
        enable_sign_in: boolean;
        required_at_sign_up: boolean;
        show_at_sign_up: boolean;
        verification: EmailIdentifierVerificationOptions;
    }
    Index

    Properties

    enable_sign_in: boolean

    Specifies whether users can sign in using an email address.

    EmailIdentifierOptions

    required_at_sign_up: boolean

    Specifies whether an email address is required during sign-up.

    EmailIdentifierOptions

    show_at_sign_up: boolean

    Specifies whether an email address can be collected during sign-up.

    EmailIdentifierOptions

    Email verification configuration applied during sign-up.

    EmailIdentifierOptions