Class AccountTokenClient


  • public class AccountTokenClient
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AccountToken retrieve​(java.lang.String publicToken)
      Returns the account token for the end user with the provided public token.
      AccountToken retrieve​(java.lang.String publicToken, RequestOptions requestOptions)
      Returns the account token for the end user with the provided public token.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.