- 著者
- Javier Rojas Date: 11.30.2011
◆ UserInfoErrorResponseType()
org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.UserInfoErrorResponseType |
( |
String |
paramName | ) |
|
|
inlineprivate |
final String paramName
Definition: UserInfoErrorResponseType.java:31
◆ fromString()
40 if (param.equals(err.paramName)) {
UserInfoErrorResponseType(String paramName)
Definition: UserInfoErrorResponseType.java:33
◆ getParameter()
String org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.getParameter |
( |
| ) |
|
|
inline |
◆ toString()
String org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name.
- 戻り値
- The string representation of the object.
final String paramName
Definition: UserInfoErrorResponseType.java:31
◆ INSUFFICIENT_SCOPE
org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.INSUFFICIENT_SCOPE =("insufficient_scope") |
The request requires higher privileges than provided by the access token.
◆ INVALID_REQUEST
org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.INVALID_REQUEST =("invalid_request") |
The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats the same parameter, uses more than one method for including an access token, or is otherwise malformed.
◆ INVALID_TOKEN
org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.INVALID_TOKEN =("invalid_token") |
The access token provided is expired, revoked, malformed, or invalid for other reasons. Try to request a new access token and retry the protected resource.
◆ paramName
final String org.xdi.oxauth.model.userinfo.UserInfoErrorResponseType.paramName |
|
private |
次のファイルからこの列挙についての詳解を抽出しました: