authFlowType property

String? authFlowType
getter/setter pair

Explicitly specify the auth flow type.

Currently only support "CODE_FLOW" type. The field is only used for Google provider.

Implementation

core.String? authFlowType;