Skip to main content

AbstractKeyStore.getKey() method

Signature:

abstract getKey(args: {
kid: string;
}): Promise<IKey>;

Parameters

ParameterTypeDescription
args{ kid: string; }

Returns:

Promise<IKey>