newDpopChallengeRequest

suspend fun newDpopChallengeRequest(accessToken: String, previousNonce: String): <Error class: unknown class>

Creates a new challenge request for Wire Dpop challenge.

Parameters

accessToken

returned by wire-server from https://staging-nginz-https.zinfra.io/api/swagger-ui/#/default/post_clients__cid__access_token

previousNonce

replay-nonce response header from POST /acme/{provisioner-name}/authz/{authz-id}

See also

https

://www.rfc-editor.org/rfc/rfc8555.html#section-7.5.1