googleAuthenticationRequired property

String? googleAuthenticationRequired
getter/setter pair

Whether Google authentication is required. Possible string values are:

  • "googleAuthenticationRequiredUnspecified" : This value is unused.
  • "notRequired" : Google authentication is not required.
  • "required" : User is required to be successfully authenticated by Google.

Implementation

core.String? googleAuthenticationRequired;