function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
❤Code❤Code 

reset security token

Hi,

Can we reset token by apex class. Is there method to call ..

Regards
David Catindoy 11David Catindoy 11
You can reset your security token using the Force.com platform. Under your name, select My settings > Personal > Reset My Security Token > then click Reset Security Token.
❤Code❤Code
Hi David,

If i am integrating my app with a .net or Java application or sharepoint and with generation of new security token . can i sotre it dynamically.
Is there any class which generates this security token.

Regards
David Catindoy 11David Catindoy 11
Hello,

Unfortunately I am not familiar with integrating salesforce to java or .net. To make the story short I am just newbie in salesforce. Some complexities of the platform are still under discovery.
Salesforce DeveloperSalesforce Developer
You can not reset security Token via class but in the Integration use a particular user and set the option do not expire password for that user.