Table of Contents

Class PasswordlessSmsResponse

Namespace
Auth0.AuthenticationApi.Models
Assembly
Auth0.AuthenticationApi.dll

Represents the response from a Passwordless SMS request.

public class PasswordlessSmsResponse
Inheritance
PasswordlessSmsResponse
Inherited Members

Properties

Id

Unique identifier of the request.

[JsonProperty("_id")]
public string Id { get; set; }

Property Value

string

PhoneNumber

Phone number to which the code was sent.

[JsonProperty("phone_number")]
public string PhoneNumber { get; set; }

Property Value

string

RequestLanguage

Language the message sent was written in.

[JsonProperty("request_language")]
public object RequestLanguage { get; set; }

Property Value

object