Class AuthenticationResult$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AuthenticationResult$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge) <T> scala.util.Either<HttpChallenge,T> success(T user) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
AuthenticationResult$public AuthenticationResult$()
 
- 
- 
Method Details- 
success
- 
failWithChallengepublic scala.util.Either<HttpChallenge,scala.runtime.Nothing$> failWithChallenge(HttpChallenge challenge) 
 
-