How long does the Client Secret and Client ID last before it expires?

To ensure the reliability of the solution I’ve implemented, I’d like to verify how long the Client Secret and Client ID I am using for an Aspose Application will last so I can update my solution accordingly.

@Dgain

The Client ID is fixed for an Aspose Application. However, you can regenerate Client Secret as per your requirement. And please note JWT Access token life is 24 hours. Please check the Token Lifetime section from documentation for more details. However, please note if you are using Aspose Cloud SDKs then no need to worry about token life as these refresh token automatically.

Thank you for the response!

I understand the Token life is 24 hours, is there a Client Secret life or will it remain valid until I regenerate it?

@Dgain

Yes, Client Secret remains valid until you regenerate it.