• Parses a JWT token to produce an AuthenticatedEndUser or an AuthenticatedEndUserApplication. This function is intended to be used by any service which works with End-User Applications.

    Parameters

    • token: string

      JWT token without Bearer prefix.

    • authParams: string | AuthenticationConfig

      This could be either a string containing the Auth Endpoint for the User Service or an instance of AuthenticationConfig.

    Returns Promise<AuthenticatedEndUserApplication | AuthenticatedEndUser>

    AuthenticatedEndUser/AuthenticatedEndUserApplication

Generated using TypeDoc