Skip to content

@salesforce/b2c-tooling-sdk / auth / DecodedJWT

Interface: DecodedJWT ​

Defined in: packages/b2c-tooling-sdk/src/auth/types.ts:102

Decoded JWT structure

Properties ​

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

Released under the Apache-2.0 License.