Sha256: 4412b5ba0ae068591c9dd5994af36cdb3f161754ca100ac99ae78ec774b44333

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

# encoding: binary
# typed: strict
# frozen_string_literal: true

module Paseto
  module Operations
    class ID
      module IDv3
        extend T::Sig

        extend Interface::ID

        sig { override.returns(Protocol::Version3) }
        def self.protocol
          Protocol::Version3.new
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-paseto-0.1.2 lib/paseto/operations/id/i_dv3.rb
ruby-paseto-0.1.1 lib/paseto/operations/id/i_dv3.rb
ruby-paseto-0.1.0 lib/paseto/operations/id/i_dv3.rb