gluu
|
公開メンバ関数 | |
String | toString () |
公開変数類 | |
String | id |
boolean | pending |
boolean | granted |
boolean | automated |
boolean | cancelled |
String | reason |
String | terminalId |
String | terminalName |
静的関数 | |
static AuthenticationStatus | fromJSON (JSONObject json) throws JSONException |
Provide information about the status of an authentication request
|
inlinestaticpackage |
|
inline |
boolean com.toopher.AuthenticationStatus.automated |
Indicates if the request was automated
boolean com.toopher.AuthenticationStatus.cancelled |
Indicates if the request was cancelled
boolean com.toopher.AuthenticationStatus.granted |
Indicates if the request was granted
String com.toopher.AuthenticationStatus.id |
The unique id for the authentication request
boolean com.toopher.AuthenticationStatus.pending |
Indicates if the request is still pending
String com.toopher.AuthenticationStatus.reason |
Indicates the reason (if any) for the request's outcome
String com.toopher.AuthenticationStatus.terminalId |
The unique id for the terminal associated with the request
String com.toopher.AuthenticationStatus.terminalName |
The descriptive name for the terminal associated with the request