CDP Frontend SDK
    Preparing search index...

    Type Alias SignInWithSmsResult

    Result of signInWithSms.

    type SignInWithSmsResult = {
        message: string;
        flowId: string;
    }
    Index

    Properties

    Properties

    message: string

    The message to display to the user.

    flowId: string

    The flow ID to use in verifySmsOTP.