HpIdentityProvider Constructor |
Name | Description | |
---|---|---|
HpIdentityProvider |
Initializes a new instance of the HpIdentityProvider class
with no default identity, the Default base URL, and the default REST service
implementation and token cache.
| |
HpIdentityProvider(Uri) |
Initializes a new instance of the HpIdentityProvider class
with no default identity, the specified base URL, and the default REST service
implementation and token cache.
| |
HpIdentityProvider(CloudIdentity) |
Initializes a new instance of the HpIdentityProvider class
with the specified default identity, the Default base URL, and the default REST service
implementation and token cache.
| |
HpIdentityProvider(IRestService, ICacheUserAccess) |
Initializes a new instance of the HpIdentityProvider class
with no default identity, the Default base URL, and the default REST service
implementation, and token cache.
| |
HpIdentityProvider(Uri, CloudIdentity) |
Initializes a new instance of the HpIdentityProvider class
with the specified default identity and base URL, and the default REST service
implementation and token cache.
| |
HpIdentityProvider(Uri, IRestService, ICacheUserAccess) |
Initializes a new instance of the HpIdentityProvider class
with no default identity, and the specified base URL, REST service
implementation, and token cache.
| |
HpIdentityProvider(CloudIdentity, IRestService, ICacheUserAccess) |
Initializes a new instance of the HpIdentityProvider class
using the Default base URL and provided values.
| |
HpIdentityProvider(Uri, CloudIdentity, IRestService, ICacheUserAccess) |
Initializes a new instance of the HpIdentityProvider class
using the provided values.
|