Uses of Class
org.openhab.core.auth.PendingToken
Packages that use PendingToken
-
Uses of PendingToken in org.openhab.core.auth
Methods in org.openhab.core.auth that return PendingTokenModifier and TypeMethodDescription@Nullable PendingToken
ManagedUser.getPendingToken()
Gets the pending token information for this user, if any.Methods in org.openhab.core.auth with parameters of type PendingTokenModifier and TypeMethodDescriptionvoid
ManagedUser.setPendingToken
(@Nullable PendingToken pendingToken) Sets or clears the pending token information for this user.