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 |
|---|---|
Map<String,String> |
getRequestHeaders(String clientId)
Constructs any extra parameters necessary to include in the request headers for the client
authentication.
|
Map<String,String> |
getRequestParameters(String clientId)
Constructs any extra parameters necessary to include in the request body for the client
authentication.
|