public class GCSOAuthInterceptor extends Object implements okhttp3.Interceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
GCS_CREDENTIALS_PATH_KEY |
static String |
GCS_OAUTH_SCOPES_KEY |
| Constructor and Description |
|---|
GCSOAuthInterceptor(String credentialPath,
Optional<String> gcsOAuthScopesString) |
public static final String GCS_CREDENTIALS_PATH_KEY
public static final String GCS_OAUTH_SCOPES_KEY
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain)
throws IOException
intercept in interface okhttp3.InterceptorIOExceptionCopyright © 2012–2023. All rights reserved.