We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08801ff commit 40f66a2Copy full SHA for 40f66a2
packages/vault-sdk/src/types.ts
@@ -443,8 +443,8 @@ export type SignStructuredMessageData = {
443
export type AccessTokenData = {
444
id: string; // UUID
445
issuerId: string; // UUID
446
- // Only present if revealSensitive is true for the policy being used to read. Always returned for admin.
447
- accessToken?: string | null;
+ // Only revealed if revealSensitive is true for the policy being used to read, otherwise redacted/masked
+ accessToken: string;
448
issuerType: OwnerType;
449
policies: PolicyComponent[];
450
expiresAt: string; // ISO date string
0 commit comments