Oauth2_generic adding support for fetch user information from more than one URL

for many oauth provider, there’re more than one api needed to get userinfo. eg.email.Currently, it’s blocked with error for email blank if the user_info_url api cannot return email. Is it possible to add another userdetail_info_url for getting user detail info, Thanks a lot for your great help.