TokenRepository

Functions

Link copied to clipboard
abstract fun getToken(profile: LoxoneProfile): Token?

Get the token for profile from repository.

Link copied to clipboard
abstract fun putToken(profile: LoxoneProfile, token: Token)

Put the token for given profile to the repository.

Link copied to clipboard
abstract fun removeToken(profile: LoxoneProfile)

Remove the token for given profile from the repository.