Class Passwords.CreateParameters

  • All Implemented Interfaces:

    
    public final class Passwords.CreateParameters
    
                        

    Data class used for wrapping parameters used with Passwords create endpoint

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getEmail() is the account identifier for the account in the form of an Email address that you wish to use for account creation
      final String getPassword() is your private sequence of characters you wish to use when authenticating with the newly created account in the future
      final Integer getSessionDurationMinutes() indicates how long the session should last before it expires
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Passwords.CreateParameters

        Passwords.CreateParameters(String email, String password, Integer sessionDurationMinutes)
      • Passwords.CreateParameters

        Passwords.CreateParameters(String email, String password)
    • Method Detail

      • getEmail

         final String getEmail()

        is the account identifier for the account in the form of an Email address that you wish to use for account creation

      • getPassword

         final String getPassword()

        is your private sequence of characters you wish to use when authenticating with the newly created account in the future