Class AccountTokenClient
- java.lang.Object
-
- com.merge.api.resources.crm.accounttoken.AccountTokenClient
-
public class AccountTokenClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AccountTokenClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTokenretrieve(java.lang.String publicToken)Returns the account token for the end user with the provided public token.AccountTokenretrieve(java.lang.String publicToken, RequestOptions requestOptions)Returns the account token for the end user with the provided public token.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AccountTokenClient
public AccountTokenClient(ClientOptions clientOptions)
-
-
Method Detail
-
retrieve
public AccountToken retrieve(java.lang.String publicToken)
Returns the account token for the end user with the provided public token.
-
retrieve
public AccountToken retrieve(java.lang.String publicToken, RequestOptions requestOptions)
Returns the account token for the end user with the provided public token.
-
-