OAuthProfileParser<TProfile extends Object> typedef

OAuthProfileParser<TProfile extends Object> = TProfile Function(Map<String, dynamic> profile)

Parses a raw OAuth profile payload into a typed profile.

Implementation

typedef OAuthProfileParser<TProfile extends Object> =
    TProfile Function(Map<String, dynamic> profile);