RequestContext.getSignedKeyOwner(): Promise<Actor | null>
Gets the owner of the signed key, 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<Actor | null>
The owner of the signed key, or null
if the key is not verified
or the owner is not found.