Package com.auth0.json.auth
Class PasswordlessSmsResponse
java.lang.Object
com.auth0.json.auth.PasswordlessSmsResponse
Represents the successful response when initiating the passwordless flow via SMS.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
The Identifier of this request.Gets the phone number the code was sent to.The language of the message sent, if set.Whether the phone number has been verified (true) or has not been verified (false).
-
Constructor Details
-
PasswordlessSmsResponse
public PasswordlessSmsResponse()
-
-
Method Details
-
getId
The Identifier of this request.- Returns:
- the identifier of this request.
-
getPhoneNumber
Gets the phone number the code was sent to.- Returns:
- the phone number the code was sent to.
-
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
The language of the message sent, if set.- Returns:
- The language of the message sent, or null if not changed from the default.
-