DefaultAuthConnector

uk.gov.hmrc.play.bootstrap.auth.DefaultAuthConnector
class DefaultAuthConnector(val httpClientV2: HttpClientV2, servicesConfig: ServicesConfig) extends PlayAuthConnector

Attributes

Graph
Supertypes
trait PlayAuthConnector
trait Logging
trait AuthConnector
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def authorise[A](predicate: Predicate, retrieval: Retrieval[A])(implicit hc: HeaderCarrier, ec: ExecutionContext): Future[A]

Attributes

Inherited from:
PlayAuthConnector

Concrete fields

val httpClientV2: HttpClientV2
override val serviceUrl: String

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging

Implicits

Inherited implicits

implicit val legacyRawReads: HttpReads[HttpResponse]

Attributes

Inherited from:
PlayAuthConnector