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