Tip |
---|
Excerpt |
---|
This method changes the pass code for an existing access token. The scenario of using this method is when a customer requests to change the pass code of an access token (of which the identifier is of email address format). This method can be applied only on effective access tokens. A single access token change pass code can be requested by each call |
...
Parameters
Name | Type | Description |
token (mandatory) | String | The token that will verify that the client is trusted |
pass_code (mandatory) | String | The new access token pass code The user’s new password |
...