Created
March 21, 2018 11:47
-
-
Save olbrichj/13b1f23d2460b95f9f4779f8899bea4b 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
login().then { username in | |
getTokens(for: username).map { ($0, username) } | |
}.then { tokens, username in | |
//… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment