MonoCloud Management SDK
    Preparing search index...

    Interface PatchEmailIdentifierOptionsRequest

    Patch Email Identifier Options Request: Used to update email sign-in, sign-up, and verification settings.

    PatchEmailIdentifierOptionsRequest

    interface PatchEmailIdentifierOptionsRequest {
        enable_sign_in?: boolean;
        required_at_sign_up?: boolean;
        show_at_sign_up?: boolean;
        verification?: PatchEmailIdentifierVerificationOptionsRequest;
    }
    Index

    Properties

    enable_sign_in?: boolean

    Specifies whether users can sign in using an email address.

    PatchEmailIdentifierOptionsRequest

    required_at_sign_up?: boolean

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

    PatchEmailIdentifierOptionsRequest

    show_at_sign_up?: boolean

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

    PatchEmailIdentifierOptionsRequest

    Email verification configuration applied during sign-up.

    PatchEmailIdentifierOptionsRequest