Class Types.ReportInvocationResponse

java.lang.Object
com.glideidentity.core.Types.ReportInvocationResponse
Enclosing class:
Types

public static class Types.ReportInvocationResponse extends Object
Response from reporting an authentication invocation.
  • Constructor Details

    • ReportInvocationResponse

      public ReportInvocationResponse()
      Default constructor for JSON deserialization.
    • ReportInvocationResponse

      public ReportInvocationResponse(boolean success)
      Creates a new ReportInvocationResponse with the specified success status.
      Parameters:
      success - true if the invocation was recorded successfully, false otherwise
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Returns whether the invocation was recorded successfully.
      Returns:
      true if the invocation was recorded, false otherwise
    • setSuccess

      public void setSuccess(boolean success)