AuthScimConnectionCatalogQuery constructor
AuthScimConnectionCatalogQuery({
- required AuthScimConnectionBinding binding,
- int limit = 100,
- int offset = 0,
Creates a bounded query for connections in binding.
Implementation
AuthScimConnectionCatalogQuery({
required this.binding,
this.limit = 100,
this.offset = 0,
}) {
_page(limit, offset);
}