Sha256: 2a11c8e29c855252315ca247b72e4c01591c47aa05c2d5882285ed6ff5f99db6

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true
# typed: strict

module WorkOS
  module Types
    # This VerifyFactorStruct acts as a typed interface
    # for the Factor class
    class VerifyFactorStruct < T::Struct
      const :challenge, T.nilable(T::Hash[Symbol, Object])
      const :valid, T::Boolean
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workos-2.4.0 lib/workos/types/verify_factor_struct.rb
workos-2.3.0 lib/workos/types/verify_factor_struct.rb
workos-2.2.1 lib/workos/types/verify_factor_struct.rb