OpenIdMetadata Interface
public interface OpenIdMetadata
Fetches Jwk data.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Open |
getKey(String keyId)
Returns the partial Jwk data for a key. |
Method Details
getKey
public abstract OpenIdMetadataKey getKey(String keyId)
Returns the partial Jwk data for a key.
Parameters:
keyId
- The key id.
Returns:
The Jwk data.