public class WebAppConfirmationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessToken |
protected String |
scope |
protected Space |
space |
protected String |
state |
protected String |
tokenType |
| Constructor and Description |
|---|
WebAppConfirmationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessToken()
The access code granting permissions to the web service API according to the OAuth standard.
|
String |
getScope()
The list of the permissions granted to the web app within the space.
|
Space |
getSpace()
The space that the web app was installed in.
|
String |
getState()
The state parameter that was provided in the authorization request.
|
String |
getTokenType()
The type of the access token that determines the authentication mechanism to use for accessing the web service API.
|
int |
hashCode() |
String |
toString() |
protected String accessToken
protected String scope
protected Space space
protected String state
protected String tokenType
public String getAccessToken()
public String getScope()
public Space getSpace()
public String getState()
public String getTokenType()
Copyright © 2024. All rights reserved.