Class PasswordlessSmsResponse

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

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

    • PasswordlessSmsResponse

      public PasswordlessSmsResponse()
  • Method Details

    • getId

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

      public String getPhoneNumber()
      Gets the phone number the code was sent to.
      Returns:
      the phone number the code was sent to.
    • isPhoneVerified

      public Boolean isPhoneVerified()
      Whether the phone number has been verified (true) or has not been verified (false).
      Returns:
      whether the phone number has been verified (true) or has not been verified (false).
    • getRequestLanguage

      public String getRequestLanguage()
      The language of the message sent, if set.
      Returns:
      The language of the message sent, or null if not changed from the default.