public class ServiceCredentials extends Object implements Serializable
| Constructor and Description |
|---|
ServiceCredentials() |
ServiceCredentials(String username,
String scope,
String token) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScope() |
String |
getToken() |
String |
getUsername() |
void |
setScope(String scope) |
void |
setToken(String token) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2017. All Rights Reserved.