public class GetAccessTokenResponse extends Object
Constructor and Description |
---|
GetAccessTokenResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Returns the Laserfiche Cloud OAuth 2.0 access token.
|
Integer |
getExpiresIn()
Returns the lifetime in seconds of the access token.
|
String |
getRefreshToken()
Returns an optional refresh token used to get a new Laserfiche Cloud OAuth 2.0 access token.
|
String |
getScope()
Returns the scope configured on the access token.
|
String |
getTokenType()
Returns the token type that provides how to utilize the access token.
|
void |
setAccessToken(String accessToken)
Sets the Laserfiche Cloud OAuth 2.0 access token.
|
void |
setExpiresIn(Integer expiresIn)
Sets the lifetime in seconds of the access token.
|
void |
setRefreshToken(String refreshToken)
Sets a refresh token used to get a new Laserfiche Cloud OAuth 2.0 access token.
|
void |
setScope(String scope)
Sets the scope configured on the access token.
|
void |
setTokenType(String tokenType)
Sets the token type that provides how to utilize the access token.
|
public String getAccessToken()
public void setAccessToken(String accessToken)
public Integer getExpiresIn()
public void setExpiresIn(Integer expiresIn)
public String getTokenType()
public void setTokenType(String tokenType)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getScope()
public void setScope(String scope)
Copyright © 2024. All rights reserved.