Class AuthenticationResult


  • public class AuthenticationResult
    extends java.lang.Object
    • Constructor Detail

      • AuthenticationResult

        public AuthenticationResult()
    • 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)