Axinom Mosaic Libraries
    Preparing search index...

    Represents the response for a Check Password Reset OTP Request

    interface CheckPasswordResetOtpResponse {
        code: CheckOtpResponseCode;
        isOtpValid?: boolean;
        message?: string;
    }
    Index

    Properties

    isOtpValid?: boolean
    message?: string