AssertionPoPKey

data class AssertionPoPKey(val publicKey: EcPublicKey, val targetUrl: String) : Assertion

Asserts that the device possesses private key for the given public key publicKey.

The private key is then used for proof-of-possession based authorizations (e.g. DPoP) for communication with the server at targetUrl.

Constructors

Link copied to clipboard
constructor(publicKey: EcPublicKey, targetUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard