204使用客户端凭据通过REST API进行身份验证时

问题描述:

我遇到了一个问题,正常的用户凭据为REST api生成auth令牌可以正常工作,但是使用客户端凭据时,在同一调用上返回204.这是正常行为吗?

I am experiencing an issue where normal user credentials to generate the auth token for the REST api works as expected, but when using client credentials, a 204 is returned on the same call. Is this normal behavior?

可以共享您的代码示例或正在使用的文档吗?
Can you share your code sample or the document you are using?