IAutomationSetSODTokenAsync Method

Switches license system to new SOD with a new refresh_token

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Task<bool> SetSODTokenAsync(
	string refreshToken,
	OidcConfiguration oidcConfiguration
)

Parameters

refreshToken  String
oidcConfiguration  OidcConfiguration
 

Return Value

TaskBoolean

See Also