InMemoryTokenRepository

Constructors

Link copied to clipboard
constructor()

Functions

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

Get the token for profile from repository.

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

Put the token for given profile to the repository.

Link copied to clipboard
open override fun removeToken(profile: LoxoneProfile)

Remove the token for given profile from the repository.