Json API response format for non-resource data, like oAuth token

Is there specific reason you want to use JSON-API for the auth component of your app? For any authorization calls I generally use a standard JSON content-type since they don’t form any sort of domain object.