Class Passwords.AuthParameters

  • All Implemented Interfaces:

    
    public final class Passwords.AuthParameters
    
                        

    Data class used for wrapping parameters used with Passwords authentication

    • Constructor Detail

      • Passwords.AuthParameters

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

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

      • getEmail

         final String getEmail()

        is the account identifier for the account in the form of an Email address

      • getPassword

         final String getPassword()

        is your private sequence of characters to authenticate