userInfo method

Implementation

Future<UserProfile> userInfo(final ApiRequest<AuthUserInfoOptions> request) {
  throw UnimplementedError('authUserInfo() has not been implemented');
}