public interface IAccountInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessToken()
Gets the access token for requests against the service root.
|
AccountType |
getAccountType()
Gets the type of the account.
|
java.lang.String |
getServiceRoot()
Gets the OneDrive service root for this account.
|
boolean |
isExpired()
Indicates if the account access token is expired and needs to be refreshed.
|
void |
refresh()
Refreshes the authentication token for this account info.
|
AccountType getAccountType()
java.lang.String getAccessToken()
java.lang.String getServiceRoot()
boolean isExpired()
void refresh()