public class AuthorizationResponse extends Object
| Constructor and Description |
|---|
AuthorizationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getRedirectUrl() |
String |
getTokenType() |
void |
setAccessToken(String accessToken) |
void |
setRedirectUrl(String redirectUrl) |
void |
setTokenType(String tokenType) |
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getTokenType()
public void setTokenType(String tokenType)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
Copyright © 2024. All rights reserved.