OAuthProfileParser<TProfile extends Object> typedef
Parses a raw OAuth profile payload into a typed profile.
Implementation
typedef OAuthProfileParser<TProfile extends Object> =
TProfile Function(Map<String, dynamic> profile);