Class DefaultOAuth2HttpClient
-
- All Implemented Interfaces:
-
no.nav.security.token.support.client.core.http.OAuth2HttpClient
public class DefaultOAuth2HttpClient implements OAuth2HttpClient
-
-
Field Summary
Fields Modifier and Type Field Description private final RestClientrestClient
-
Constructor Summary
Constructors Constructor Description DefaultOAuth2HttpClient(RestClient restClient)
-
Method Summary
Modifier and Type Method Description final RestClientgetRestClient()OAuth2AccessTokenResponsepost(OAuth2HttpRequest oAuth2HttpRequest)StringtoString()-
-
Method Detail
-
getRestClient
final RestClient getRestClient()
-
post
OAuth2AccessTokenResponse post(OAuth2HttpRequest oAuth2HttpRequest)
-
-
-
-