requestAuthenticatedUrl

abstract fun requestAuthenticatedUrl(plainUrl: String): Single<String>

Requests a valid authenticated url. This enriches the plainUrl parameter String with the session detail so that the URL String returned can be opened in a web view or browser.

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)