Class Passwords.ResetByEmailParameters

  • All Implemented Interfaces:

    
    public final class Passwords.ResetByEmailParameters
    
                        

    Data class used for wrapping parameters used with Passwords ResetByEmail endpoint

    • Constructor Detail

      • Passwords.ResetByEmailParameters

        Passwords.ResetByEmailParameters(String token, String password, Integer sessionDurationMinutes, Locale locale)
      • Passwords.ResetByEmailParameters

        Passwords.ResetByEmailParameters(String token, String password, Integer sessionDurationMinutes)
      • Passwords.ResetByEmailParameters

        Passwords.ResetByEmailParameters(String token, String password)
    • Method Detail

      • getToken

         final String getToken()

        is the unique sequence of characters that should be received after calling the resetByEmailStart

      • getPassword

         final String getPassword()

        is the private sequence of characters you wish to use as a password