Package com.relationalai
Interface AccessTokenHandler
-
- All Known Implementing Classes:
DefaultAccessTokenHandler
public interface AccessTokenHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessToken
getAccessToken(Client client, ClientCredentials credentials)
-
-
-
Method Detail
-
getAccessToken
AccessToken getAccessToken(Client client, ClientCredentials credentials) throws HttpError, InterruptedException, IOException
- Throws:
HttpError
InterruptedException
IOException
-
-