Click or drag to resize

UserCredential Properties

The UserCredential type exposes the following members.

Properties
  NameDescription
Public propertyAccessToken
Authorization Token string of the credential
Public propertyCredentialExpiry
The time until which the token is valid.
Public propertyDomain
The domain for the credential (empty string if n/a).
Public propertyHA1String
The HA1String for the credential (empty string if n/a).
Public propertyPassword
The password for the credential (empty string if n/a).
Public propertyPortalUserToken
The Portal User Token of the credential (empty string if n/a).
Public propertyUsername
The username for the credential.
Top
See Also