public static class PoPAuthenticationScheme.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PoPAuthenticationScheme |
build() |
PoPAuthenticationScheme.Builder |
withClientClaims(java.lang.String clientClaims)
Sets the client_claims to be embedded in the resulting SHR.
|
PoPAuthenticationScheme.Builder |
withHttpMethod(HttpMethod method) |
PoPAuthenticationScheme.Builder |
withNonce(java.lang.String nonce) |
PoPAuthenticationScheme.Builder |
withUrl(java.net.URL url) |
public PoPAuthenticationScheme.Builder withUrl(java.net.URL url)
public PoPAuthenticationScheme.Builder withHttpMethod(HttpMethod method)
public PoPAuthenticationScheme.Builder withNonce(java.lang.String nonce)
public PoPAuthenticationScheme.Builder withClientClaims(java.lang.String clientClaims)
Important: Use of this API requires setting the minimum_required_broker_protocol_version to "6.0" or higher.
clientClaims - A string of arbitrary data to be signed into the resulting Signed
HTTP Request (SHR).public PoPAuthenticationScheme build()