play.libs
类 OAuth.Response

java.lang.Object
  继承者 play.libs.OAuth.Response
包容类:
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.


字段摘要
 OAuth.Error error
           
 java.lang.String secret
           
 java.lang.String token
           
 
方法摘要
 java.lang.String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

token

public final java.lang.String token

secret

public final java.lang.String secret

error

public final OAuth.Error error
方法详细信息

toString

public java.lang.String toString()
覆盖:
java.lang.Object 中的 toString


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly