public class AuthCallOptions extends Object implements AutoCloseable
| Constructor and Description |
|---|
AuthCallOptions() |
AuthCallOptions(BaseGrpcTransport parent,
List<EndpointRecord> endpoints,
ManagedChannelFactory channelFactory,
tech.ydb.auth.AuthRpcProvider<? super GrpcAuthRpc> authProvider,
long readTimeoutMillis,
Executor callExecutor,
GrpcCompression compression) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.grpc.CallOptions |
getGrpcCallOptions() |
String |
getToken() |
public AuthCallOptions()
public AuthCallOptions(BaseGrpcTransport parent, List<EndpointRecord> endpoints, ManagedChannelFactory channelFactory, tech.ydb.auth.AuthRpcProvider<? super GrpcAuthRpc> authProvider, long readTimeoutMillis, Executor callExecutor, GrpcCompression compression)
public void close()
close in interface AutoCloseablepublic String getToken()
public io.grpc.CallOptions getGrpcCallOptions()
Copyright © 2023. All rights reserved.