pub type SessionInterceptedClient = SessionClient<InterceptedService<Channel, ClientInterceptor>>;
Expand description

Type for a SessionClient with an interceptor that sends tenant and requestor metadata to the server.