Table of Contents

Class PasswordlessSmsTokenRequest

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

Represents a request to exchange a one time password, received through SMS, for an access token using the Passwordless flow.

public class PasswordlessSmsTokenRequest : PasswordlessTokenRequestBase, IClientAuthentication
Inheritance
PasswordlessSmsTokenRequest
Implements
Inherited Members

Properties

ForwardedForIp

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

public string ForwardedForIp { get; set; }

Property Value

string

Remarks

PhoneNumber

Phonenumber used for the Passwordless flow

public string PhoneNumber { get; set; }

Property Value

string