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
Remarks
See https://auth0.com/docs/connections/passwordless/best-practices#link-accounts for more details.
PhoneNumber
Phonenumber used for the Passwordless flow
public string PhoneNumber { get; set; }