Class AppTokenRequest

  • All Implemented Interfaces:
    TokenRequest

    public class AppTokenRequest
    extends java.lang.Object
    implements TokenRequest
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AppTokenRequest of​(java.lang.String clientId, java.lang.String clientSecret)  
      • Methods inherited from class java.lang.Object

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

      • of

        public static AppTokenRequest of​(java.lang.String clientId,
                                         java.lang.String clientSecret)