getSession method
ResponseFuture<GetSessionResponse>
getSession(
- GetSessionRequest request, {
- CallOptions? options,
GetSession a session
Deprecated: please move to the corresponding endpoint under session service v2. This endpoint will be removed with the next major version of ZITADEL.
Implementation
$grpc.ResponseFuture<$0.GetSessionResponse> getSession(
$0.GetSessionRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getSession, request, options: options);
}