The AdmAuthClientIdentity type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AdmAuthClientIdentity(String, String, String) |
Initializes a new instance of the AdmAuthClientIdentity class.
| |
| AdmAuthClientIdentity(String, String, String, String, String) |
Initializes a new instance of the AdmAuthClientIdentity class.
|
Methods
| Name | Description | |
|---|---|---|
| Copy |
Override the method to copy Adm authentication identity
(Overrides ClientIdentity Copy .) | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnRetriveAccessTokenComplete |
Helper method to fire the RetriveAccessTokenCompleteEvent event.
(Inherited from ClientIdentity.) | |
| RetriveAccessToken |
Override the method to retrive the access token for Adm authentication.
(Overrides ClientIdentity RetriveAccessToken(ClientIdentity RetriveAccessTokenComplete).) | |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| ClientId |
Gets the Adm client Id.
| |
| RegistrationId |
Gets or sets the registration id.
(Inherited from ClientIdentity.) | |
| SecretKey |
Gets or sets the secret key.
(Inherited from ClientIdentity.) |
See Also