Click or drag to resize

IUCJsonSPGPassword Method

Change password in SPG App

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
string SPGPassword(
	string email,
	string token,
	string newPassword
)

Parameters

email
Type: SystemString
EMail to send token to
token
Type: SystemString
Token from PasswordReset
newPassword
Type: SystemString
New Password

Return Value

Type: String
See Also