cURL
curl --request POST \ --url https://wbl.monolisk.dev/auth/google/exchange \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "token": "<string>", "info": { "firstname": "<string>", "lastname": "<string>", "osis": "<string>", "grade": "<string>", "email": "[email protected]", "hours": 123 } }
Exchanges a Google authentication code for a submission token and user info
Google authentication code
Successfully exchanged auth code
Submission token
Show child attributes