RequestContext.getSignedKey(): Promise<CryptographicKey | null>
Gets the public key of the sender, if any exists and it is verified.
Otherwise, null
is returned.
This can be used for implementing authorized fetch (also known as secure mode) in ActivityPub.
Promise<CryptographicKey | null>
The public key of the sender, or null
if the sender is not verified.