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