provider property

String? provider
getter/setter pair

Name of the identity provider. Possible string values are:

  • "PROVIDER_UNSPECIFIED"
  • "MSLIVE" : Microsoft Live as identity provider.
  • "GOOGLE" : Google as identity provider.
  • "FACEBOOK" : Facebook as identity provider.
  • "PAYPAL" : PayPal as identity provider.
  • "TWITTER" : Twitter as identity provider.
  • "YAHOO" : Yahoo as identity provider.
  • "AOL" : AOL as identity provider.
  • "GITHUB" : GitHub as identity provider.
  • "GOOGLE_PLAY_GAMES" : Google Play Games as identity provider.
  • "LINKEDIN" : LinkedIn as identity provider.
  • "IOS_GAME_CENTER" : iOS Game Center as identity provider.

Implementation

core.String? provider;