Interface ClientInitialAccessResource
public interface ClientInitialAccessResource
- Author:
- Stian Thorgersen
-
Method Summary
-
Method Details
-
create
@POST @Consumes("application/json") @Produces("application/json") org.keycloak.representations.idm.ClientInitialAccessPresentation create(org.keycloak.representations.idm.ClientInitialAccessCreatePresentation rep) -
list
@GET @Produces("application/json") List<org.keycloak.representations.idm.ClientInitialAccessPresentation> list() -
delete
-