DigitalSignatureManagerUpdateTokens Method

Update the access token and refresh token for the active digital signature provider.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Update the access token and refresh token for the active digital signature provider.")]
public void UpdateTokens(
	string code
)

Parameters

code  String

See Also