Reset App Tokens

Resets your app secret & public key.

After doing this you will need to update these inside of your admin application.

Winforms

private async void ResetTokens(object sender, RoutedEventArg e)
{
    await Admin.ResetTokens();
}

Last updated