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