Class ClientConfig

java.lang.Object
io.quarkiverse.openfga.client.ClientConfig

public final class ClientConfig extends Object
  • Constructor Details

    • ClientConfig

      public ClientConfig(String storeId, String authorizationModelId)
  • Method Details

    • getStoreId

      public String getStoreId()
    • withStoreId

      public ClientConfig withStoreId(String storeId)
    • getAuthorizationModelId

      public String getAuthorizationModelId()
    • withAuthorizationModelId

      public ClientConfig withAuthorizationModelId(String authorizationModelId)