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

      • getLocale

         final Locale getLocale()

        Used to determine which language to use when sending the user this delivery method. Currently supported languages are English ("en"), Spanish ("es"), and Brazilian Portuguese ("pt-br"); if no value is provided, the copy defaults to English.