UserCredential Class |
Namespace: Avaya.ClientServices
public class UserCredential
The UserCredential type exposes the following members.
Name | Description | |
---|---|---|
![]() | UserCredential(String) |
Constructor of UserCredential with Portal User Token.
|
![]() | UserCredential(String, DateTime) |
Constructor of UserCredential with Access token and Credential Expiry.
|
![]() | UserCredential(String, String) |
Constructor of UserCredential with Username and Password.
|
![]() | UserCredential(String, String, DateTime) |
Constructor of UserCredential with Username, Password and Credential Expiry.
|
![]() | UserCredential(String, String, String) |
Constructor of UserCredential with Username, Password and Domain.
|
![]() | UserCredential(String, String, String, DateTime) |
Constructor of UserCredential with Username, Password , Domain and Credential Expiry.
|
![]() | UserCredential(String, String, String, String) |
Constructor of UserCredential with Username, Password, Domain and HA1String.
|
![]() | UserCredential(String, String, String, String, DateTime) |
Constructor of UserCredential with Username, Password, Domain ,HA1String and CrdentialExpiry.
|
![]() | UserCredential(String, String, String, String, String) |
Constructor of UserCredential with Username, Password, Domain, HA1String, AuthToken and State
|
![]() | UserCredential(String, String, String, String, String, DateTime) |
Constructor of UserCredential with Username, Password, Domain, HA1String, AuthToken and Credential Expiry
|
Name | Description | |
---|---|---|
![]() | AccessToken |
Authorization Token string of the credential
|
![]() | CredentialExpiry |
The time until which the token is valid.
|
![]() | Domain |
The domain for the credential (empty string if n/a).
|
![]() | HA1String |
The HA1String for the credential (empty string if n/a).
|
![]() | Password |
The password for the credential (empty string if n/a).
|
![]() | PortalUserToken |
The Portal User Token of the credential (empty string if n/a).
|
![]() | Username |
The username for the credential.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateUserCredential |
Construct a UserCredential using access token
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |