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 Summary
-
Method Summary
-
Constructor Details
-
UserApiTokenCredentials
Creates a new instance- Parameters:
userApiToken
- the user API token
-
-
Method Details
-
getApiToken
Retrieves the user API token- Returns:
- the token
-