========== Lit Auth Client ==========

interface OtpSessionResult {
    message?: string;
    status?: string;
    token_jwt?: string;
}

Properties

message?: string

Status message of the request

status?: string

status of the otp check

token_jwt?: string

jwt from successful otp check