Sha256: 8e6f50b949754e074ddf3888155227706fe9210a2b0ea8edc323940c884a2b8a

Contents?: true

Size: 990 Bytes

Versions: 4

Compression:

Stored size: 990 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module DingSDK
  module Shared
  
    # 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.
    # 
    class CreateCheckResponseStatus < T::Enum
      enums do
        VALID = new('valid')
        INVALID = new('invalid')
        WITHOUT_ATTEMPT = new('without_attempt')
        RATE_LIMITED = new('rate_limited')
        ALREADY_VALIDATED = new('already_validated')
        EXPIRED_AUTH = new('expired_auth')
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ding_sdk-0.8.19 lib/ding_sdk/models/shared/createcheckresponse_status.rb
ding_sdk-0.8.18 lib/ding_sdk/models/shared/createcheckresponse_status.rb
ding_sdk-0.8.17 lib/ding_sdk/models/shared/createcheckresponse_status.rb
ding_sdk-0.8.16 lib/ding_sdk/models/shared/createcheckresponse_status.rb