OBJECT

CredentialValidationResponse

types.credential_validation_response

link GraphQL Schema definition

  • type CredentialValidationResponse {
  • # The status of the validation attempt.
  • status: Boolean!
  • # Any message returned from the device upon attempted credential validation.
  • message: String
  • }

link Require by