requestLegacyAssertionId

abstract fun requestLegacyAssertionId(): Single<String>

Requests a legacy assertion id from the server.

Throws

if trying to request a AccessToken before user has logged in, or after any case where the token has been cleared

HttpException

if the network request fails

if the network request times out (in case of no or slow network)