Add missing documentation for HMS Oauth service

This commit is contained in:
Korna 2022-11-07 18:13:59 +03:00
parent 03375dd946
commit bb749bce2c
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ import ru.touchin.push.message.provider.hpk.clients.hms_oauth.response.HmsOauthE
import ru.touchin.push.message.provider.hpk.clients.hms_oauth.response.HmsOauthTokenResponse
import ru.touchin.push.message.provider.hpk.properties.HpkProperties
/**
* Client for Huawei Oauth service.
* @see <a href="https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/open-platform-oauth-0000001053629189">Documentation</a>
*/
@Component
class HmsOauthWebClient(
webClientLogger: WebClientLogger,