Created
October 8, 2017 16:20
-
-
Save mogwai/5acaf5757bbcd8d4bce4fdcc0ba5ae29 to your computer and use it in GitHub Desktop.
Prevent Linking Method
This file contains 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
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