Skip to content

Instantly share code, notes, and snippets.

@nderkach
Created December 7, 2017 17:23
Show Gist options
  • Save nderkach/573367b4683a5275487d534d669e0749 to your computer and use it in GitHub Desktop.
Save nderkach/573367b4683a5275487d534d669e0749 to your computer and use it in GitHub Desktop.
service.configure("**") {
// Retry requests on auth failure
$0.decorateRequests {
self.refreshTokenOnAuthFailure(request: $1)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment