AbsoluteWithHostnameFromAllowlist

uk.gov.hmrc.play.bootstrap.binders.AbsoluteWithHostnameFromAllowlist

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(allowedHosts: String*): RedirectUrlPolicy[Id]
def apply(allowedHosts: Set[String]): RedirectUrlPolicy[Id]
def apply(allowedHostsFn: => Future[Set[String]])(implicit ec: ExecutionContext): RedirectUrlPolicy[Future]