Package net.openid.appauth
Interface ClientAuthentication
-
- All Known Implementing Classes:
ClientSecretBasic,ClientSecretPost,NoClientAuthentication
public interface ClientAuthentication
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClientAuthentication.UnsupportedAuthenticationMethodThrown when a mandatory property is missing from the registration response.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-