Kết quả
No results found.
Sử dụng phương thức .list()
để lấy tất cả các secret trong dự án của bạn.
String secrets = client.secrets().list(String.class);
/**
* return a list of secrets
* */
Class<? super LockerCollection<Secret>> type = new TypeToken<LockerCollection<Secret>>() {
}.getRawType();