public interface QTestCredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
QTestCredentials |
getCredentials()
Returns the
credentials which the caller can use to
authorize an qTest request. |
void |
refresh()
Forces this credentials provider to refresh its credentials.
|
QTestCredentials getCredentials()
credentials which the caller can use to
authorize an qTest request. Each implementation of QTestCredentialsProvider
can chose its own strategy for loading credentials.QTestCredentials which the caller can use to authorize an qTest request.void refresh()