Class AuthenticationResult

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

public class AuthenticationResult extends Object
  • Constructor Details

    • AuthenticationResult

      public AuthenticationResult()
  • Method Details

    • success

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

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