Interface PublicKeyRepository
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface PublicKeyRepository
-
-
Method Summary
Modifier and Type Method Description abstract Result<String>fetchPublicKey(Environment environment, String clientKey)-
-
Method Detail
-
fetchPublicKey
abstract Result<String> fetchPublicKey(Environment environment, String clientKey)
-
-
-
-