Class AuthenticationResult
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic scala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge) static <T> scala.util.Either<HttpChallenge,T> success(T user) 
- 
Constructor Details- 
AuthenticationResultpublic AuthenticationResult()
 
- 
- 
Method Details- 
success
- 
failWithChallengepublic static scala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge) 
 
-