export Auth0OtpVerifyDeets

interface Auth0OtpVerifyDeets {
    client_assertion?: null | string;
    user_name?: null | string;
    verification_code?: null | string;
}

Properties

client_assertion?: null | string
user_name?: null | string

email or phone number or handle

verification_code?: null | string