Class UpdateMachineAuthCallback.OTPDetails

  • Enclosing class:
    UpdateMachineAuthCallback

    public static class UpdateMachineAuthCallback.OTPDetails
    extends java.lang.Object
    Represents various one-time-password details.
    • Constructor Detail

      • OTPDetails

        public OTPDetails()
    • Method Detail

      • getType

        public int getType()
        Returns:
        the OTP type.
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns:
        the OTP identifier.
      • getSharedSecret

        public byte[] getSharedSecret()
        Returns:
        the OTP shared secret.
      • getTimeDrift

        public int getTimeDrift()
        Returns:
        the OTP time drift.