Method: Signet::OAuth2::Client#scope
- Defined in:
- lib/signet/oauth_2/client.rb
#scope ⇒ Array
Returns the scope for this client. Scope is a list of access ranges defined by the authorization server.
394 395 396 |
# File 'lib/signet/oauth_2/client.rb', line 394 def scope @scope end |