Sha256: 048f046c43b915e475fe222a67560c66456fde1a079aff94daa443fb92940435

Contents?: true

Size: 455 Bytes

Versions: 2

Compression:

Stored size: 455 Bytes

Contents

# frozen_string_literal: true
# typed: strict

module WorkOS
  module Types
    # This ChallgengeStruct acts as a typed interface
    # for the Factor class
    class ChallengeStruct < T::Struct
      const :id, String
      const :object, String
      const :expires_at, T.nilable(String)
      const :code, T.nilable(String)
      const :authentication_factor_id, String
      const :created_at, String
      const :updated_at, String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workos-2.2.1 lib/workos/types/challenge_struct.rb
workos-2.2.0 lib/workos/types/challenge_struct.rb