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.
AuthenticatedEndUser
AuthenticatedEndUserApplication
JWT token without Bearer prefix.
Bearer
This could be either a string containing the Auth Endpoint for the User Service or an instance of AuthenticationConfig.
AuthenticationConfig
AuthenticatedEndUser/AuthenticatedEndUserApplication
Generated using TypeDoc
Parses a JWT token to produce an
AuthenticatedEndUser
or anAuthenticatedEndUserApplication
. This function is intended to be used by any service which works with End-User Applications.