CDP Frontend SDK
    Preparing search index...

    Type Alias VerifySmsOTPResult

    Result of verifySmsOTP.

    type VerifySmsOTPResult = {
        user: User;
        message: string;
        isNewUser: boolean;
    }
    Index

    Properties

    user: User

    The successfully logged-in user.

    message: string

    The message to display to the user.

    isNewUser: boolean

    Whether the user is newly signed up.