Sha256: a6cf61ee514ba568d0e8679dd442d01211b86c60ec68261628c4dcf6d94cdbe5

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

# typed: strict
# frozen_string_literal: true

module Etwin
  module Auth # rubocop:disable Style/Documentation
    extend T::Sig
    AuthContext = T.type_alias { T.any(GuestAuthContext, UserAuthContext) }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
etwin-0.3.2 lib/etwin/auth/auth_context.rb
etwin-0.0.3 lib/etwin/auth/auth_context.rb
etwin-0.0.2 lib/etwin/auth/auth_context.rb
etwin-0.0.1 lib/etwin/auth/auth_context.rb