Method: Signet::OAuth2::Client#scope

Defined in:
lib/signet/oauth_2/client.rb

#scopeArray

Returns the scope for this client. Scope is a list of access ranges defined by the authorization server.

Returns:

  • (Array)

    The scope of access the client is requesting.



394
395
396
# File 'lib/signet/oauth_2/client.rb', line 394

def scope
  @scope
end