Package net.bluemind.authentication.api
Interface IAPIKeysPromise
public interface IAPIKeysPromise
-
Method Details
-
create
-
delete
-
get
-
list
CompletableFuture<List<APIKey>> list() -
listAll
CompletableFuture<List<APIKey>> listAll() -
store
-