EnableRequest

@Serializable
data class EnableRequest(val disableRejectionDelay: Boolean? = null)(source)

Request object containing input parameters for the FedCmDomain.enable command.

Constructors

Link copied to clipboard
constructor(disableRejectionDelay: Boolean? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Allows callers to disable the promise rejection delay that would normally happen, if this is unimportant to what's being tested. (step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)