E.g. LinkedIn OAuth doesn't send the `token_type` in the response. https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?tabs=HTTPS1#response Thus the getToken flow is erroring out. https://github.com/cmd-johnson/deno-oauth2-client/blob/master/src/grant_base.ts#L99-L104