Class: DingSDK::Models::Shared::AuthenticationStatusResponseSchemasStatus
- Inherits:
-
T::Enum
- Object
- T::Enum
- DingSDK::Models::Shared::AuthenticationStatusResponseSchemasStatus
- Defined in:
- lib/ding_sdk/models/shared/authenticationstatusresponse_schemas_status.rb
Overview
AuthenticationStatusResponseSchemasStatus - The status of the attempt. Possible values are:
* `pending` - The attempt is pending.
* `delivered` - The attempt was delivered.
* `failed` - The attempt failed.
* `rate_limited` - The authentication was rate limited and cannot be retried.
* `expired` - The authentication has expired and cannot be retried.