Package co.dapi

Class Auth


  • public class Auth
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Auth​(Config config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ExchangeTokenResponse exchangeToken​(java.lang.String accessCode, java.lang.String connectionID)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Auth

        public Auth​(Config config)
    • Method Detail

      • exchangeToken

        public ExchangeTokenResponse exchangeToken​(java.lang.String accessCode,
                                                   java.lang.String connectionID)
                                            throws java.io.IOException
        Throws:
        java.io.IOException