Package com.mdsol.mauth.utils
Interface ClientPublicKeyProvider
public interface ClientPublicKeyProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetPublicKey(UUID appUUID) Returns the associated public key for a given application UUID.
-
Method Details
-
getPublicKey
Returns the associated public key for a given application UUID.- Parameters:
appUUID- , UUID of the application for which we want to retrieve its public key.- Returns:
PublicKeyregistered in MAuth for the application with given appUUID.
-