IApplicationRegenerateApiKey Method |
Regenerate generate a new API key.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue RegenerateApiKey()
Function RegenerateApiKey As IReturnValue
IReturnValue^ RegenerateApiKey()
Return Value
Type:
IReturnValueReturns 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