身份验证流中 grant_type=client_credentials 和 grant_type=密码之间的区别?
我想了解概念上和概念上的区别。grant_type=client_credentialsgrant_type=passwordAuthenticationOAuth2 Flow
我关注以下网站:
我推测这是在JavaScript开发中使用的方式。但我仍然想知道是否有人可以帮助我理解这个概念。grant_type=passwordnot securegrant_type
我还观察到,它不提供“”,它只提供和.grant_type=client_credentialsrefresh_tokenaccess_tokengrant_type=passwordaccess_tokenrefresh_token
希望得到详细的解释。我正在用于 OAuth2 进行应用程序开发WSO2 API Manager