FHIRClient - v3.0.0
    Preparing search index...

    Function jwtDecode

    • Decodes a JWT token and returns it's body.

      Parameters

      • token: string

        The token to read

      • env: Adapter

        An Adapter or any other object that has an atob method

      Returns Record<string, any> | null