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