updateDpopNonceAndRetry

suspend fun <T> OAuth2Error?.updateDpopNonceAndRetry(response: HttpResponse, url: String, retryCount: Int, action: suspend () -> T): T(source)

Store the DPoP nonce if it is set, and retry the previous action