Click or drag to resize
UserCredential Constructor (String, DateTime, String)
Constructor of UserCredential with Access token, Credential Expiry and Id token.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public UserCredential(
	string sAccessToken,
	DateTime credentialExpiry,
	string sIdToken
)

Parameters

sAccessToken
Type: SystemString
credentialExpiry
Type: SystemDateTime
sIdToken
Type: SystemString
See Also