Skip to content

Instantly share code, notes, and snippets.

@mogwai
Created October 8, 2017 16:20
Show Gist options
  • Save mogwai/5acaf5757bbcd8d4bce4fdcc0ba5ae29 to your computer and use it in GitHub Desktop.
Save mogwai/5acaf5757bbcd8d4bce4fdcc0ba5ae29 to your computer and use it in GitHub Desktop.
Prevent Linking Method
bool load;
void LinkingPrevention() {
if (load)
try {
// Auth0
var x = new JwtPayload();
} catch (Exception e) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment