changeToken
Description
changeToken(
generates a new personal
access token and updates the RESTPersonalAccessToken property of the connector
conn
)conn
. The default lifetime of the token is 30 days. The function also updates
the TokenExpirationDate property to the expiration date of the newly generated
token. When you generate a new token, the function overwrites the existing token which
becomes invalid.
The token is not lost or invalidated due to a machine crash or shutdown. For more information, see Tokens.
Note
You must not share tokens with other users in keeping with your license agreement. Protecting the token is important to ensure that only you are able to execute functions on your MATLAB® and not other users with access to your machine.
Examples
Input Arguments
Version History
Introduced in R2024a