signInBehavior property

SignInBehavior? signInBehavior
getter/setter pair

Assertions about users assigned to an IdP will always be accepted from that IdP.

This controls whether/when Google should redirect a user to the IdP. Unset (defaults) is the recommended configuration.

Implementation

SignInBehavior? signInBehavior;