public interface ClientAuthentication
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientAuthentication.UnsupportedAuthenticationMethod
Thrown when a mandatory property is missing from the registration response.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getRequestHeaders(java.lang.String clientId)
Constructs any extra parameters necessary to include in the request headers for the client
authentication.
|
java.util.Map<java.lang.String,java.lang.String> |
getRequestParameters(java.lang.String clientId)
Constructs any extra parameters necessary to include in the request body for the client
authentication.
|
java.util.Map<java.lang.String,java.lang.String> getRequestHeaders(@NonNull
java.lang.String clientId)
Constructs any extra parameters necessary to include in the request headers for the client authentication.
java.util.Map<java.lang.String,java.lang.String> getRequestParameters(@NonNull
java.lang.String clientId)
Constructs any extra parameters necessary to include in the request body for the client authentication.