Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / runTokenRekey
Function: runTokenRekey()
ts
function runTokenRekey(options?): Promise<readonly {
newId: string;
oldId: string;
raw: string;
}[]>;Defined in: packages/cli/src/commands/token.ts:252
Re-issue every active token. Used after a known compromise.
Parameters
| Parameter | Type |
|---|---|
options | TokenRekeyOptions |
Returns
Promise<readonly { newId: string; oldId: string; raw: string; }[]>