You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><p>The epoch second at which the token should expire; if an auto-renew account and period are specified, this is coerced to the current epoch second plus the autoRenewPeriod </p></td>
<td><p>The interval at which the auto-renew account will be charged to extend the token's expiry </p></td>
9194
9194
</tr>
9195
9195
9196
9196
<tr>
9197
9197
<td>expiry</td>
9198
-
<td><ahref="#uint64">uint64</a></td>
9198
+
<td><ahref="#proto.Timestamp">Timestamp</a></td>
9199
9199
<td></td>
9200
-
<td><p>The epoch second at which the token will expire; if an auto-renew account and period are specified, this is coerced to the current epoch second plus the autoRenewPeriod</p></td>
9200
+
<td><p>The epoch second at which the token will expire </p></td>
<td><p>The new interval at which the auto-renew account will be charged to extend the token's expiry. </p></td>
9606
9606
</tr>
9607
9607
9608
9608
<tr>
9609
9609
<td>expiry</td>
9610
-
<td><ahref="#uint64">uint64</a></td>
9610
+
<td><ahref="#proto.Timestamp">Timestamp</a></td>
9611
9611
<td></td>
9612
9612
<td><p>The new expiry time of the token. Expiry can be updated even if admin key is not set. If the provided expiry is earlier than the current token expiry, transaction wil resolve to INVALID_EXPIRATION_TIME </p></td>
0 commit comments