Interface ApiKeyStore<G>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ApiKeyStore<G>
Where the application keeps its API keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    The key with this id, or null.
  • Method Details

    • find

      ApiKey<G> find(String id)
      The key with this id, or null.