Simple implementation of Okta oauth2 /token
endpoint. See https://developer.okta.com/docs/api/resources/oidc#token for the original api reference.
This endpoint only supports authorization_code
grant type, and will only return the access_token
in the response.
POST ${baseUrl}/v1/token