Token

object Token
class Object
trait Matchable
class Any

Type members

Classlikes

case
class AuthenticationRequest(scheme: String, realm: String, service: String, scope: String)
case
class Token(scheme: String, token: String)

Value members

Concrete methods

def authentication(get: HttpGet, proxy: Option[HttpHost]): AuthenticationRequest
def token(authenticationRequest: AuthenticationRequest, proxy: Option[HttpHost]): Token
def withToken(url: String, timeout: Time, proxy: Option[HttpHost]): HttpGet