Class OTP.Email.Discovery.AuthenticateParameters

    • 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 getCode() The OTP to authenticate
      final String getEmailAddress() The email address of the member
      • Methods inherited from class java.lang.Object

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

      • OTP.Email.Discovery.AuthenticateParameters

        OTP.Email.Discovery.AuthenticateParameters(String code, String emailAddress)