UNPKG

@splitsoftware/splitio-commons

Version:
11 lines (9 loc) 217 B
export interface IDecodedJWTToken { ['x-ably-capability']: string exp: number // epoch seconds iat: number /** Unused fields: */ // orgId?: string, // envId?: string, // ['x-ably-clientId']?: string, }