Sha256: c95652889088fa5e809714038d3ea110cc75dce01e414a3be4db8decbb8ca5cf
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
# typed: strict # frozen_string_literal: true module Etwin # Authentication and Authorization typess module Auth end end require_relative './auth/auth_context' require_relative './auth/auth_scope' require_relative './auth/auth_type' require_relative './auth/guest_auth_context' require_relative './auth/user_auth_context'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
etwin-0.0.3 | lib/etwin/auth.rb |
etwin-0.0.2 | lib/etwin/auth.rb |
etwin-0.0.1 | lib/etwin/auth.rb |