| UserCredential Constructor (String, String, String, String, String, DateTime, String) |
Constructor of UserCredential with Username, Password, Domain, HA1String, AuthToken, Credential Expiry and Id token.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic UserCredential(
string sUsername,
string sPassword,
string sDomain,
string sHA1String,
string sAccessToken,
DateTime credentialExpiry,
string sIdToken
)
Parameters
- sUsername
- Type: SystemString
- sPassword
- Type: SystemString
- sDomain
- Type: SystemString
- sHA1String
- Type: SystemString
- sAccessToken
- Type: SystemString
- credentialExpiry
- Type: SystemDateTime
- sIdToken
- Type: SystemString
See Also