getSessionInternal method
/ Internal RPC used by Envoy to retrieve session data / Called when browser presents a session cookie / Path: /weebi.fence.service.FenceService/getSessionInternal
Implementation
$grpc.ResponseFuture<$1.Tokens> getSessionInternal(
$1.SessionRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getSessionInternal, request, options: options);
}