Interface JWKReferenceCredential

All Superinterfaces:
Credential
All Known Implementing Classes:
BasicJWKReferenceCredential

public interface JWKReferenceCredential extends Credential
Credential based on a reference (URI) to a JSON Web Key (JWK).
  • Method Details

    • getReferenceURI

      @Nonnull URI getReferenceURI()
      Get the reference URI to the remote JWK.
      Returns:
      The reference URI to the remote JWK.