Class: Gitlab::Auth::Jwt::IdentityLinker
- Inherits:
-
OAuth::IdentityLinker
- Object
- OmniauthIdentityLinkerBase
- OAuth::IdentityLinker
- Gitlab::Auth::Jwt::IdentityLinker
- Extended by:
- Utils::Override
- Defined in:
- lib/gitlab/auth/jwt/identity_linker.rb
Instance Attribute Summary
Attributes inherited from OmniauthIdentityLinkerBase
#current_user, #oauth, #session
Instance Method Summary collapse
Methods included from Utils::Override
extended, extensions, included, method_added, override, prepended, queue_verification, verify!
Methods inherited from OmniauthIdentityLinkerBase
#changed?, #error_message, #failed?, #initialize, #link, #provider, #uid
Constructor Details
This class inherits a constructor from Gitlab::Auth::OmniauthIdentityLinkerBase
Instance Method Details
#authorization_required? ⇒ Boolean
12 13 14 |
# File 'lib/gitlab/auth/jwt/identity_linker.rb', line 12 def true if unlinked? end |