Class AuthenticationResult$

java.lang.Object
akka.http.scaladsl.server.directives.AuthenticationResult$

public class AuthenticationResult$ extends Object
  • Field Details

    • MODULE$

      public static final AuthenticationResult$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • AuthenticationResult$

      public AuthenticationResult$()
  • Method Details

    • success

      public <T> scala.util.Either<HttpChallenge,T> success(T user)
    • failWithChallenge

      public scala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge)