Nonce Args
data class NonceArgs(val nonceExpirationInterval: Output<String>? = null, val validateNonce: Output<Boolean>? = null) : ConvertibleToJava<NonceArgs>
The configuration settings of the nonce used in the login flow.
The configuration settings of the nonce used in the login flow.