Class PasswordlessEmailResponse

java.lang.Object
com.auth0.json.auth.PasswordlessEmailResponse

public class PasswordlessEmailResponse extends Object
Represents the successful response when initiating the passwordless flow via email.
  • Constructor Details

    • PasswordlessEmailResponse

      public PasswordlessEmailResponse()
  • Method Details

    • getId

      public String getId()
      The Identifier of this request.
      Returns:
      the identifier of this request.
    • getEmail

      public String getEmail()
      Gets the email to which the code or link was sent to.
      Returns:
      the email to which the code or link was sent to.
    • isEmailVerified

      public Boolean isEmailVerified()
      Whether the email address has been verified (true) or has not been verified (false).
      Returns:
      whether the email address has been verified (true) or has not been verified (false).