authenticatedUrl

abstract fun authenticatedUrl(path: String): String(source)

Returns the authenticated url of path. Requires bearer token authentication using the user's access token

Throws

or one of its subclasses if receiving an error response

HttpRequestTimeoutException

if the request timed out

on network related issues