Use this operation to request the permitted communication options for the /token endpoint.
Note: CORS is enforced on a per-client basis. This endpoint always returns CORS headers with the current origin.
/oauth2/{authorizationServerId}/v1/token
curl -i -X OPTIONS \
'https://okta-subdomain.pixtulate.com/oauth2/{authorizationServerId}/v1/token' \
-H 'Origin: okta-example.pixtulate.com'