Method: Rack::OAuth2::Server::AccessToken#scope
- Defined in:
- lib/rack/oauth2/models/access_token.rb
#scope ⇒ Object (readonly)
The scope granted to this token.
106 107 108 |
# File 'lib/rack/oauth2/models/access_token.rb', line 106 def scope @scope end |