IRESTServiceSetToken Method |
Validates user name and password and sets security token which will protect application against CSRF.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax Stream SetToken(
string userName,
string password,
string token
)
Parameters
- userName
- Type: SystemString
User name. - password
- Type: SystemString
Password. - token
- Type: SystemString
Token.
Return Value
Type:
StreamSee Also