Class AuthenticationResult
- java.lang.Object
-
- akka.http.scaladsl.server.directives.AuthenticationResult
-
public class AuthenticationResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static scala.util.Either<HttpChallenge,scala.runtime.Nothing$>
failWithChallenge(HttpChallenge challenge)
static <T> scala.util.Either<HttpChallenge,T>
success(T user)
-
-
-
Method Detail
-
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)
-
-