Package io.quarkiverse.openfga.client
Class AssertionsClient
- java.lang.Object
-
- io.quarkiverse.openfga.client.AssertionsClient
-
public class AssertionsClient extends Object
-
-
Constructor Summary
Constructors Constructor Description AssertionsClient(API api, io.smallrye.mutiny.Uni<String> storeId, String authorizationModelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<List<Assertion>>list()io.smallrye.mutiny.Uni<Void>update(List<Assertion> assertions)
-