listSessions method
ResponseFuture<ListSessionsResponse>
listSessions(
- ListSessionsRequest request, {
- CallOptions? options,
Search sessions
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.ListSessionsResponse> listSessions(
$0.ListSessionsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listSessions, request, options: options);
}