Module: Etwin::Auth
- Extended by:
- T::Sig
- Defined in:
- lib/etwin/auth.rb,
lib/etwin/auth/auth_type.rb,
lib/etwin/auth/auth_scope.rb,
lib/etwin/auth/auth_context.rb,
lib/etwin/auth/_auth_context.rb,
lib/etwin/auth/user_auth_context.rb,
lib/etwin/auth/guest_auth_context.rb,
lib/etwin/auth/access_token_auth_context.rb
Overview
rubocop:disable Style/Documentation
Defined Under Namespace
Classes: AccessTokenAuthContext, AuthScope, AuthType, GuestAuthContext, UserAuthContext
Constant Summary collapse
- AuthContext =
T.type_alias { T.any(GuestAuthContext, UserAuthContext) }