Types
Link copied to clipboard
@Serializable
Corresponds to IdentityRequestAccount
Link copied to clipboard
The URLs that each account has
Link copied to clipboard
@Serializable
Link copied to clipboard
The buttons on the FedCM dialog.
Link copied to clipboard
Triggered when a dialog is closed, either by user action, JS abort, or a command below.
Link copied to clipboard
@Serializable
Link copied to clipboard
The types of FedCM dialogs.
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Whether this is a sign-up or sign-in action for this account, i.e. whether this account has ever been used to sign in to this RP before.
Link copied to clipboard
@Serializable
Link copied to clipboard
Properties
Functions
Link copied to clipboard
suspend fun clickDialogButton(args: FedCm.ClickDialogButtonParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
Link copied to clipboard
suspend fun dismissDialog(args: FedCm.DismissDialogParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Resets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user.
Link copied to clipboard
suspend fun selectAccount(args: FedCm.SelectAccountParameter, mode: CommandMode = CommandMode.DEFAULT)