public interface AccessTokenRetrieverService
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
getOAuth2AccessToken()
Obtain OAuth2 access token from Authorization Server endpoint.
|
OAuth2AccessToken getOAuth2AccessToken() throws java.io.IOException, java.security.InvalidKeyException, OAuth2TokenRetrieverException
OAuth2AccessTokenjava.io.IOException - if problems are encountered extracting the input private keyjava.security.InvalidKeyException - if supplied private key is invalidOAuth2TokenRetrieverException - if token could not be retrievedCopyright © 2017-2021 Okta. All Rights Reserved.