@salesforce/b2c-tooling-sdk / auth / DecodedJWT
Interface: DecodedJWT
Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:92
Decoded JWT structure
Properties
header
header:
Record<string,unknown>
Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:93
payload
payload:
Record<string,unknown>
Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:94