AcmeChallenge

data class AcmeChallenge(var delegate: ByteArray, var url: String, var target: String)(source)

For creating a challenge.

Constructors

Link copied to clipboard
constructor(delegate: ByteArray, url: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains raw JSON data of this challenge. This is parsed by the underlying Rust library hence should not be accessed

Link copied to clipboard

Non-standard, Wire specific claim. Indicates the consumer from where it should get the challenge proof. Either from wire-server "/access-token" endpoint in case of a DPoP challenge, or from an OAuth token endpoint for an OIDC challenge

Link copied to clipboard
var url: String

URL of this challenge