DialogShownParameter

@Serializable
data class DialogShownParameter(val dialogId: String, val dialogType: FedCm.DialogType, val accounts: List<FedCm.Account>, val title: String, val subtitle: String? = null)

Constructors

Link copied to clipboard
constructor(dialogId: String, dialogType: FedCm.DialogType, accounts: List<FedCm.Account>, title: String, subtitle: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subtitle: String? = null
Link copied to clipboard

These exist primarily so that the caller can verify the RP context was used appropriately.