@orangecheck/auth-core / loadPrivateKey
Function: loadPrivateKey()
function loadPrivateKey(privateJwk: string): Promise<AuthKey>;
Defined in: src/index.ts:126
Parameters
| Parameter | Type |
|---|---|
privateJwk | string |
Returns
Promise<AuthKey>
@orangecheck/auth-core / loadPrivateKey
function loadPrivateKey(privateJwk: string): Promise<AuthKey>;
Defined in: src/index.ts:126
| Parameter | Type |
|---|---|
privateJwk | string |
Promise<AuthKey>