文件名称: google-oauth-client-1.39.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.39.0</version>
</dependency>Gradle:
implementation group: 'com.google.oauth-client', name: 'google-oauth-client', version: '1.39.0'
Gradle (Short):
implementation 'com.google.oauth-client:google-oauth-client:1.39.0'
Gradle (Kotlin):
implementation("com.google.oauth-client:google-oauth-client:1.39.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.google.api.client.auth.oauth
com.google.api.client.auth.oauth2
com.google.api.client.auth.openidconnectcom.google.api.client.auth.oauth.AbstractOAuthGetToken
com.google.api.client.auth.oauth.OAuthAuthorizeTemporaryTokenUrl
com.google.api.client.auth.oauth.OAuthCallbackUrl
com.google.api.client.auth.oauth.OAuthCredentialsResponse
com.google.api.client.auth.oauth.OAuthGetAccessToken
com.google.api.client.auth.oauth.OAuthGetTemporaryToken
com.google.api.client.auth.oauth.OAuthHmacSha256Signer
com.google.api.client.auth.oauth.OAuthHmacSigner
com.google.api.client.auth.oauth.OAuthParameters
com.google.api.client.auth.oauth.OAuthRsaSigner
com.google.api.client.auth.oauth.OAuthSigner
com.google.api.client.auth.oauth2.AuthorizationCodeFlow
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder
com.google.api.client.auth.oauth2.AuthorizationCodeFlow.CredentialCreatedListener
com.google.api.client.auth.oauth2.AuthorizationCodeRequestUrl
com.google.api.client.auth.oauth2.AuthorizationCodeResponseUrl
com.google.api.client.auth.oauth2.AuthorizationCodeTokenRequest
com.google.api.client.auth.oauth2.AuthorizationRequestUrl
com.google.api.client.auth.oauth2.BearerToken
com.google.api.client.auth.oauth2.BrowserClientRequestUrl
com.google.api.client.auth.oauth2.ClientCredentialsTokenRequest
com.google.api.client.auth.oauth2.ClientParametersAuthentication
com.google.api.client.auth.oauth2.Credential
com.google.api.client.auth.oauth2.Credential.AccessMethod
com.google.api.client.auth.oauth2.Credential.Builder
com.google.api.client.auth.oauth2.CredentialRefreshListener
com.google.api.client.auth.oauth2.CredentialStore
com.google.api.client.auth.oauth2.CredentialStoreRefreshListener
com.google.api.client.auth.oauth2.DataStoreCredentialRefreshListener
com.google.api.client.auth.oauth2.PasswordTokenRequest
com.google.api.client.auth.oauth2.RefreshTokenRequest
com.google.api.client.auth.oauth2.StoredCredential
com.google.api.client.auth.oauth2.TokenErrorResponse
com.google.api.client.auth.oauth2.TokenRequest
com.google.api.client.auth.oauth2.TokenResponse
com.google.api.client.auth.oauth2.TokenResponseException
com.google.api.client.auth.openidconnect.HttpTransportFactory
com.google.api.client.auth.openidconnect.IdToken
com.google.api.client.auth.openidconnect.IdToken.Payload
com.google.api.client.auth.openidconnect.IdTokenResponse
com.google.api.client.auth.openidconnect.IdTokenVerifier
com.google.api.client.auth.openidconnect.IdTokenVerifier.Builder