Class AuthenticationResult$


  • public class AuthenticationResult$
    extends java.lang.Object
    • Field Detail

      • MODULE$

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

      • AuthenticationResult$

        public AuthenticationResult$()
    • Method Detail

      • success

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

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