Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 7, 2017 16:21
Show Gist options
  • Select an option

  • Save nderkach/4f74d62437e0bdc21afd530eda0f6c9d to your computer and use it in GitHub Desktop.

Select an option

Save nderkach/4f74d62437e0bdc21afd530eda0f6c9d to your computer and use it in GitHub Desktop.
service.configure("**") {
if let authToken = self.authToken {
$0.headers["Authorization"] = "Bearer \(authToken)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment