Package play.libs

Class OAuth.Response

  • Enclosing class:
    OAuth

    public static class OAuth.Response
    extends java.lang.Object
    Response to an OAuth 1.0 request. If success token and secret are non null, and error is null. If error token and secret are null, and error is non null.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • token

        public final java.lang.String token
      • secret

        public final java.lang.String secret
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object