Click or drag to resize

IApplicationRegenerateApiKey Method

Regenerate generate a new API key.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue RegenerateApiKey()

Return Value

Type: IReturnValue
Returns successful value if the user in the context have enough right to edit the application.
Remarks
It will not save the change in the database unless you explicitly call the Save method.
Remarks
After the save, this action will automatically and immediately revoke the old API key.
See Also