Method: OpenapiClient::IntrospectResponse#scopes

Defined in:
lib/openapi_client/models/introspect_response.rb

#scopesObject

One or more scope values indicating which parts of the user’s account you wish to access. Note, slight deviation from the OAuth 2.1 spec in that the param is scopes (plural) is used vs scope (singular)



26
27
28
# File 'lib/openapi_client/models/introspect_response.rb', line 26

def scopes
  @scopes
end