Nonce

data class Nonce(val response: ClientNonceResponse, val dpopNonce: String? = null)(source)

MUST be delivered with HTTP header Cache-Control: no-store (see io.ktor.http.HttpHeaders.CacheControl). Include response as the JSON-serialized body, and dpopNonce in HTTP header DPoP-Nonce when present.

Constructors

Link copied to clipboard
constructor(response: ClientNonceResponse, dpopNonce: String? = null)

Properties

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