Click or drag to resize
CloudIdentityProvider Constructor
Overload List
  NameDescription
Public methodCloudIdentityProvider
Initializes a new instance of the CloudIdentityProvider class with no default identity, and the default base URL, REST service implementation, and token cache.
Public methodCloudIdentityProvider(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.
Public methodCloudIdentityProvider(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.
Public methodCode exampleCloudIdentityProvider(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.
Public methodCloudIdentityProvider(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.
Public methodCloudIdentityProvider(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.
Public methodCloudIdentityProvider(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.
Public methodCloudIdentityProvider(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.
Public methodCloudIdentityProvider(CloudIdentity, IRestService, ICacheUserAccess, Uri)
Initializes a new instance of the CloudIdentityProvider class using the provided values.
Top
See Also