public class AuthenticationResult
extends java.lang.Object
Constructor and Description |
---|
AuthenticationResult() |
Modifier and Type | Method and Description |
---|---|
static scala.util.Either<HttpChallenge,scala.runtime.Nothing$> |
failWithChallenge(HttpChallenge challenge) |
static <T> scala.util.Either<HttpChallenge,T> |
success(T user) |
public static <T> scala.util.Either<HttpChallenge,T> success(T user)
public static scala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge)