Interface ClientPublicKeyProvider


public interface ClientPublicKeyProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    getPublicKey(UUID appUUID)
    Returns the associated public key for a given application UUID.
  • Method Details

    • getPublicKey

      PublicKey getPublicKey(UUID appUUID)
      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:
      PublicKey registered in MAuth for the application with given appUUID.