GoogleAccountsId extension type
The Dart definition of the google.accounts.id
global.
- on
- Implemented types
- Available extensions
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
-
cancel(
) → void - Cancels the One Tap flow.
-
disableAutoSelect(
) → void - Record when the user signs out of your website in cookies.
-
initialize(
IdConfiguration idConfiguration) → void - Initializes the Sign In With Google client based on IdConfiguration.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prompt(
[PromptMomentListenerFn? momentListener]) → void -
The
prompt
method displays the One Tap prompt or the browser native credential manager after the initialize method is invoked. -
renderButton(
Object parent, [GsiButtonConfiguration? options]) → void - Renders a Sign In With Google button in your web page.
-
revoke(
String hint, [RevocationResponseHandlerFn? callback]) → void - Revokes the OAuth grant used to share the ID token for the specified user.
-
setLogLevel(
String level) → void - An undocumented method.
-
storeCredential(
Credential credential, [VoidFn? callback]) → void -
A wrapper for the
store
method of the browser's native credential manager API. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited