Class: DingSDK::Shared::CreateCheckResponseStatus

Inherits:
T::Enum
  • Object
show all
Defined in:
lib/ding_sdk/models/shared/createcheckresponse_status.rb

Overview

CreateCheckResponseStatus - The status of the check. Possible values are:

* `valid` - The code is valid.
* `invalid` - The code is invalid.
* `without_attempt` - No attempt was sent yet, so a check cannot be completed.
* `rate_limited` - The authentication was rate limited and cannot be checked.
* `already_validated` - The authentication has already been validated.
* `expired_auth` - The authentication has expired and cannot be checked.