Beispiel #1
0
 public bool Validate()
 {
     return(JWTHelper.DecodeJwtToken(ClientState, new[] { "graph.microsoft.com" }, "GraphDemo") != null);
 }