JsonWebKey <INTERFACE>
org.sagebionetworks.repo.model.oauth.JsonWebKey
Public key used to verify JSON Web Token signatures
Known Implementations:
JsonWebKeyRSAField | Type | Description |
---|---|---|
kid | STRING | The unique identifier for the JSON Web Token, described in RFC 7517 Section 4.5 |
kty | STRING | The key type, described in RFC 7517 Section 4.1 |
use | STRING | The public key use, described in RFC 7517 Section 4.2 |
concreteType | STRING | Indicates which kind of JSON Web Key the object is, following the Synapse standard. |