File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sdk/src/main/java/io/opentdf/platform/sdk Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,9 @@ private Interceptor getAuthInterceptor(RSAKey rsaKey) {
172
172
173
173
// we don't add the auth listener to this channel since it is only used to call
174
174
// the well known endpoint
175
- ProtocolClient bootstrapClient = null ;
176
175
GetWellKnownConfigurationResponse config ;
177
176
var httpClient = getHttpClient ();
178
- bootstrapClient = getUnauthenticatedProtocolClient (platformEndpoint , httpClient ) ;
177
+ ProtocolClient bootstrapClient = getUnauthenticatedProtocolClient (platformEndpoint , httpClient ) ;
179
178
var stub = new WellKnownServiceClient (bootstrapClient );
180
179
try {
181
180
config = RequestHelper .getOrThrow (stub .getWellKnownConfigurationBlocking (GetWellKnownConfigurationRequest .getDefaultInstance (), Collections .emptyMap ()).execute ());
You can’t perform that action at this time.
0 commit comments