public class AuthenticationResult$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AuthenticationResult$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
AuthenticationResult$() |
Modifier and Type | Method and Description |
---|---|
scala.util.Either<HttpChallenge,scala.runtime.Nothing$> |
failWithChallenge(HttpChallenge challenge) |
<T> scala.util.Either<HttpChallenge,T> |
success(T user) |
public static final AuthenticationResult$ MODULE$
public <T> scala.util.Either<HttpChallenge,T> success(T user)
public scala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge)