authFlowType property

String? authFlowType
getter/setter pair

Used for the Google provider.

The type of the authentication flow to be used. If present, this should be CODE_FLOW to specify the authorization code flow. Otherwise, the default ID Token flow will be used.

Implementation

core.String? authFlowType;