EnableRequest

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

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

A builder for EnableRequest, which allows setting the optional parameters of the FedCmDomain.enable command via a lambda.

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)