Table of Contents

Class PasswordlessSmsRequest

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

Represents a Passwordless SMS flow request.

public class PasswordlessSmsRequest
Inheritance
PasswordlessSmsRequest
Inherited Members

Properties

ClientId

Client ID of the application.

[JsonProperty("client_id")]
public string ClientId { get; set; }

Property Value

string

ClientSecret

Client Secret of the application.

[JsonProperty("client_secret")]
public string ClientSecret { get; set; }

Property Value

string

ForwardedForIp

IP address of the end user this token is requested for for rate limit purposes.

[JsonIgnore]
public string ForwardedForIp { get; set; }

Property Value

string

Remarks

PhoneNumber

Phone number to which the code must be sent.

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

Property Value

string