isSessionValid

abstract fun isSessionValid(): Single<Boolean>

Can be called to validate if the current session is still valid. The session is retained in the SDK and on startup the previous session used could still be valid, in that case the user does not need to login again. This should be called before any auto login feature might trigger. If the session is not valid, the user should be prompted to login again.