Class: Types::Authz::AccessTokens::LegacyScopeType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/authz/access_tokens/legacy_scope_type.rb

Overview

rubocop:disable Graphql/AuthorizeTypes – Authorization handled in the resolver

Instance Method Summary collapse

Methods inherited from BaseObject

accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Instance Method Details

#valueObject



16
17
18
# File 'app/graphql/types/authz/access_tokens/legacy_scope_type.rb', line 16

def value
  object
end