Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created March 21, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olbrichj/13b1f23d2460b95f9f4779f8899bea4b to your computer and use it in GitHub Desktop.
Save olbrichj/13b1f23d2460b95f9f4779f8899bea4b to your computer and use it in GitHub Desktop.
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