We use OAuth2 to protect personal resources. Only api service with those resource need oauth access token. Developers can get access token from 2 ways, they are described below.
https://api.cc.ncu.edu.tw/oauth
you can view all scopes in scope list
- get authorization code
- get access token by exchanging with auth code above
- get refresh token by exchanging with refresh token provided from authorization code grant flow