Class AuthenticationServices

java.lang.Object
org.api.mkm.services.AuthenticationServices

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

    Constructors
    Constructor Description
    AuthenticationServices​(java.lang.String accessSecret, java.lang.String accessToken, java.lang.String appSecret, java.lang.String appToken)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String generateOAuthSignature2​(java.lang.String url, java.lang.String method)  
    User getAuthenticatedUser()  

    Methods inherited from class java.lang.Object

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

    • AuthenticationServices

      public AuthenticationServices​(java.lang.String accessSecret, java.lang.String accessToken, java.lang.String appSecret, java.lang.String appToken) throws MkmException
      Throws:
      MkmException
  • Method Details

    • getAuthenticatedUser

      public User getAuthenticatedUser() throws java.io.IOException
      Throws:
      java.io.IOException
    • generateOAuthSignature2

      public java.lang.String generateOAuthSignature2​(java.lang.String url, java.lang.String method) throws MkmException
      Throws:
      MkmException