Type alias VerificationKeyRelationship

VerificationKeyRelationship: Extract<KeyRelationship, "authentication" | "capabilityDelegation" | "assertionMethod">

Subset of key relationships which pertain to signing/verification keys.