Package com.relationalai
Class DefaultAccessTokenHandler
- java.lang.Object
-
- com.relationalai.DefaultAccessTokenHandler
-
- All Implemented Interfaces:
AccessTokenHandler
public class DefaultAccessTokenHandler extends Object implements AccessTokenHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultAccessTokenHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessToken
getAccessToken(Client client, ClientCredentials credentials)
-
-
-
Method Detail
-
getAccessToken
public AccessToken getAccessToken(Client client, ClientCredentials credentials) throws HttpError, InterruptedException, IOException
- Specified by:
getAccessToken
in interfaceAccessTokenHandler
- Throws:
HttpError
InterruptedException
IOException
-
-