Class VerifyAuthResponse

All Implemented Interfaces:
Cloneable

public class VerifyAuthResponse extends AbstractResponse
Response to VerifyAuthRequest. Indicates whether or not the authentication presented in the VerifyAuthRequest message is valid.
  • Field Details

    • isValid

      public boolean isValid
  • Constructor Details