Package org.openhab.core.auth
Class UserApiTokenCredentials
java.lang.Object
org.openhab.core.auth.UserApiTokenCredentials
- All Implemented Interfaces:
- Credentials
Credentials which represent a user API token.
- Author:
- Yannick Schaus - Initial contribution
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
UserApiTokenCredentialsCreates a new instance- Parameters:
- userApiToken- the user API token
 
 
- 
- 
Method Details- 
getApiTokenRetrieves the user API token- Returns:
- the token
 
 
-