Sha256: f9cff4d86ae5c495a9d8b3ecba25b2f0216e536f0226e0286f27cf9ae8efc787

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module DingSDK
  module Shared
  
    # Status - The status of the authentication. Possible values are:
    #   * `pending` - The OTP code is being sent.
    #   * `rate_limited` - This user is rate-limited and cannot receive another code.
    #   * `spam_detected` - This attempt is flagged as spam. Go to the dashboard for more details.
    # 
    class Status < T::Enum
      enums do
        PENDING = new('pending')
        RATE_LIMITED = new('rate_limited')
        SPAM_DETECTED = new('spam_detected')
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ding_sdk-0.8.15 lib/ding_sdk/models/shared/status.rb
ding_sdk-0.8.14 lib/ding_sdk/models/shared/status.rb
ding_sdk-0.8.13 lib/ding_sdk/models/shared/status.rb