providerId property

String providerId

The federated provider ID.

Implementation

String get providerId {
  return _data['providerId']!;
}