loadToken

abstract fun loadToken(): String

Loads the token for the current user. The token will be loaded only if the token was not loaded yet or existing one has expired.

Return

The valid JWT token.