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