Sha256: b541f35f0e7c97905f3b4eeae2c86ba798ea7713ec3d2151cd23bfebe15ee1a9
Contents?: true
Size: 444 Bytes
Versions: 21
Compression:
Stored size: 444 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, 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
21 entries across 21 versions & 1 rubygems