Skip to main content

Function

validateDelegationAuthSig(params)
Ensures a delegation signature is valid for the supplied session key. Run this on the server before trusting materials received over the wire.

Parameters

AuthSig
required
string
required
The public component (sessionKeyPair.publicKey).

Returns

void
Throws if validation fails.

Example