TokenResponse object
The TokenResponse object can get the information of the access token
response returned by the authorization server, including the access token,
the refresh token, the HTTP response header etc.
Note
This object cannot be referenced in .NET Web Service or .NET
Assembly components, otherwise the component will fail to be
deployed.
Properties
|
TokenResponse property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Functions
|
TokenResponse function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
String |
Gets the access token returned by authorization |
|
|
Integer |
Gets the response body into string. |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
Long |
Gets lifetime of the access token returned by |
|
|
String |
Gets the response header by name. |
|
|
String |
Gets the header of all responses by |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
String |
Gets the refresh token returned by authorization |
|
|
Long |
Gets the response status code. |
|
|
String |
Gets the response status |
|
|
String |
Gets the error information returned by the |
|
|
String |
Gets the access token type returned by |
|
|
Object |
Returns the type of the object. |