Class OtpResult

java.lang.Object
com.mailosaur.models.OtpResult

public class OtpResult extends Object
Mailosaur virtual security device.
  • Constructor Details

    • OtpResult

      public OtpResult()
  • Method Details

    • code

      public String code()
      Gets the current one-time password.
      Returns:
      The current one-time password.
    • expires

      public com.google.api.client.util.DateTime expires()
      Gets the expiry date/time of the current one-time password.
      Returns:
      The expiry date/time of the current one-time password.