@web-core/web-sdk
    Preparing search index...

    Interface PasswordChangeRequest

    interface PasswordChangeRequest {
        gRecaptchaResponse: string;
        newPassword: string;
        password: string;
        userName: string;
    }
    Index

    Properties

    gRecaptchaResponse: string
    newPassword: string
    password: string
    userName: string