File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -569,8 +569,9 @@ This behavior can be changed by setting the `redeploy` field to `false` in the r
569569
570570
571571 /**
572- * Create a new revocable token.
572+ * Create a new revocable token. Deprecated in favor of IAM authentication.
573573 *
574+ * @deprecated
574575 * @param request - The request {@link CreateTokenRequest}
575576 * @returns A Promise of Token
576577 */
Original file line number Diff line number Diff line change @@ -629,8 +629,9 @@ This behavior can be changed by setting the `redeploy` field to `false` in the r
629629
630630
631631 /**
632- * Create a new revocable token.
632+ * Create a new revocable token. Deprecated in favor of IAM authentication.
633633 *
634+ * @deprecated
634635 * @param request - The request {@link CreateTokenRequest}
635636 * @returns A Promise of Token
636637 */
You can’t perform that action at this time.
0 commit comments