upstreamParameters property

  1. @BuiltValueField(wireName: r'upstream_parameters')
JsonObject? upstreamParameters

UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: login_hint (string): The login_hint parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. hd (string): The hd parameter limits the login/registration process to a Google Organization, e.g. mycollege.edu. prompt (string): The prompt specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. select_account.

Implementation

@BuiltValueField(wireName: r'upstream_parameters')
JsonObject? get upstreamParameters;