Parses a JWT and returns the 'iss', 'aud', and 'uid' values.
The arguments for parsing the JWT.
The JWT to parse.
Optional
The key to use for the 'uid' value; defaults to 'sub'.
The 'iss', 'aud', and 'uid' values from the JWT.
Parses a JWT and returns the 'iss', 'aud', and 'uid' values.