NonceResponse

data class NonceResponse(val nonceExpirationInterval: String? = null, val validateNonce: Boolean? = null)

The configuration settings of the nonce used in the login flow.

Constructors

Link copied to clipboard
constructor(nonceExpirationInterval: String? = null, validateNonce: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time after the request is made when the nonce should expire.

Link copied to clipboard
val validateNonce: Boolean? = null

false if the nonce should not be validated while completing the login flow; otherwise, true.