Token endpoint call is made using the ConnectionBuilder (refer code). This ConnectionBuilder implementation will be picked based on the https_required config in auth_config.json. But userinfo endpoint call is not made like above (refer code).
If the userinfo edpoint call is made similar to the token endpoint call, it can facilitate easier testing of AppAuth against development servers.
Token endpoint call is made using the ConnectionBuilder (refer code). This ConnectionBuilder implementation will be picked based on the https_required config in auth_config.json. But userinfo endpoint call is not made like above (refer code).
If the userinfo edpoint call is made similar to the token endpoint call, it can facilitate easier testing of AppAuth against development servers.