Method: Rack::OAuth2::Server::AccessToken#scope

Defined in:
lib/rack/oauth2/models/access_token.rb

#scopeObject (readonly)

The scope granted to this token.



106
107
108
# File 'lib/rack/oauth2/models/access_token.rb', line 106

def scope
  @scope
end