Interface KeyRetrieverService

All Known Implementing Classes:
CachingKeyRetrieverService, LoggingKeyRetrieverService, RemoteKeyRetrieverService

public interface KeyRetrieverService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.nimbusds.jose.jwk.JWKSet
    retrieve(String audience)
     
  • Method Details

    • retrieve

      com.nimbusds.jose.jwk.JWKSet retrieve(String audience)