PostOAuthRegisterResponse Supported Types operations.PostOAuthRegisterResponseBody1 const value: operations.PostOAuthRegisterResponseBody1 = { clientId: "mid_client_abcdef123456789", clientName: "ChatGPT", redirectUris: [ "https://chatgpt.com/connector/oauth/callback", ], grantTypes: [ "authorization_code", "refresh_token", ], tokenEndpointAuthMethod: "none", responseTypes: [ "code", ], }; operations.PostOAuthRegisterResponseBody2 const value: operations.PostOAuthRegisterResponseBody2 = { clientId: "mid_client_abcdef123456789", clientName: "ChatGPT", redirectUris: [ "https://chatgpt.com/connector/oauth/callback", ], grantTypes: [ "authorization_code", "refresh_token", ], tokenEndpointAuthMethod: "none", responseTypes: [ "code", ], };