Hi everybody, i have a question about Oauth access token as described here:
https://canvas.instructure.com/doc/api/file.oauth.html
As i understand, the result of the Oauth2 token request flow is an
access token, with which we can authenticate to canvas system as a user
to request information or post data. But i don't know which information
will be available to this user with generated access_token. For example,
which information will be returned as result of request:
/api/v1/courses?access_token=<access_token>
Thank you very much.