UniversalUtilsDecodeJwtDecode()On this pageJwtDecode()Signature declare function jwtDecode<T = JwtPayload>(token: string, options?: JwtDecodeOptions): T; Parameters ParameterTypeDescriptiontokenstringoptionsJwtDecodeOptions(Optional) Returns T