Created
February 7, 2021 23:57
-
-
Save deanwampler/51f097d19b092023d25e27e46b95b096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scala> Service.isAuthenticated | |
| Service.authenticate(UserName("Buck Trends"), Password("1234")) | |
| Service.isAuthenticated | |
| | |
val res8: Boolean = false | |
val res9: Boolean = true | |
val res10: Boolean = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment