public class SessionKeyInfo extends Object
| Constructor and Description |
|---|
SessionKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
Returns the access token that can be used to authenticate with the repository apis.
|
int |
getExpireIn()
Returns the lifetime in seconds of the access token.
|
String |
getTokenType()
Returns the token type that provides how to utilize the access token.
|
void |
setAccessToken(String accessToken)
Sets the access token that can be used to authenticate with the repository apis.
|
void |
setExpireIn(int expireIn)
Sets the lifetime in seconds of 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 String getTokenType()
public void setTokenType(String tokenType)
public int getExpireIn()
public void setExpireIn(int expireIn)
Copyright © 2025. All rights reserved.