Class PasswordlessEmailTokenRequest
- Namespace
- Auth0.AuthenticationApi.Models
- Assembly
- Auth0.AuthenticationApi.dll
Represents a request to exchange a one time password, received through email, for an access token using the Passwordless flow.
public class PasswordlessEmailTokenRequest : PasswordlessTokenRequestBase, IClientAuthentication
- Inheritance
-
PasswordlessEmailTokenRequest
- Implements
- Inherited Members
Properties
Email used for the Passwordless flow
public string Email { get; set; }