IdConfiguration class abstract

The configuration object for the initialize method.

Data type: IdConfiguration https://developers.google.com/identity/gsi/web/reference/js-reference#IdConfiguration

Annotations

Constructors

IdConfiguration({required String client_id, bool? auto_select, CallbackFn? callback, Uri? login_uri, NativeCallbackFn? native_callback, bool? cancel_on_tap_outside, String? prompt_parent_id, String? nonce, OneTapContext? context, String? state_cookie_domain, UxMode? ux_mode, List<String>? allowed_parent_origin, VoidFn? intermediate_iframe_close_callback, bool? itp_support, String? login_hint, String? hd, bool? use_fedcm_for_prompt})
Constructs a IdConfiguration object in JavaScript.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited