"javascript/core": Update w.r.t. CL 14481

MultiPart: 2/2
See: https://vanadium-review.googlesource.com/#/c/14481/
Change-Id: I409680e668630b511ffc2be0035dfce6354b18bd
diff --git a/src/gen-vdl/v.io/x/ref/services/identity/index.js b/src/gen-vdl/v.io/x/ref/services/identity/index.js
index 8720da7..94e07b9 100644
--- a/src/gen-vdl/v.io/x/ref/services/identity/index.js
+++ b/src/gen-vdl/v.io/x/ref/services/identity/index.js
@@ -67,7 +67,7 @@
 OAuthBlesser.prototype._serviceDescription = {
   name: 'OAuthBlesser',
   pkgPath: 'v.io/x/ref/services/identity',
-  doc: "// OAuthBlesser exchanges OAuth access tokens for\n// an email address from an OAuth-based identity provider and uses the email\n// address obtained to bless the client.\n//\n// OAuth is described in RFC 6749 (http://tools.ietf.org/html/rfc6749),\n// though the Google implementation also has informative documentation at\n// https://developers.google.com/accounts/docs/OAuth2\n//\n// WARNING: There is no binding between the channel over which the access token\n// was obtained (typically https) and the channel used to make the RPC (a\n// vanadium virtual circuit).\n// Thus, if Mallory possesses the access token associated with Alice's account,\n// she may be able to obtain a blessing with Alice's name on it.",
+  doc: "// OAuthBlesser exchanges OAuth access tokens for\n// an email address from an OAuth-based identity provider and uses the email\n// address obtained to bless the client.\n//\n// OAuth is described in RFC 6749 (http://tools.ietf.org/html/rfc6749),\n// though the Google implementation also has informative documentation at\n// https://developers.google.com/accounts/docs/OAuth2\n//\n// WARNING: There is no binding between the channel over which the access\n// token was obtained (typically https) and the channel used to make the RPC\n// (a vanadium virtual circuit). Thus, if Mallory possesses the access token\n// associated with Alice's account she may be able to obtain a blessing with\n// Alice's name on it.\n//\n// TODO(ataly): Get rid of this service once all clients have been\n// switched to use the HTTP OAuthBlessingHandler service.",
   embeds: [],
   methods: [