i need to integrate openauth into sst v2 auth as an external auth provider, I menaged to get it working by passing ``token_endpoint_auth_method: 'none'`` also.... tokenset passed by openid-connect when you use ``token_endpoint_auth_method: 'none'`` has no claims, type probably needs to change to a union I can file a PR if you guys want