Click or drag to resize
OpenStackIdentityProvider Constructor
This API is preliminary and subject to change.
Overload List
  NameDescription
Public methodOpenStackIdentityProvider(Uri)
Initializes a new instance of the OpenStackIdentityProvider class with no default identity, the specified base URL, and the default REST service implementation and token cache.
Public methodOpenStackIdentityProvider(Uri, CloudIdentity)
Initializes a new instance of the OpenStackIdentityProvider class with the specified default identity and base URL, and the default REST service implementation and token cache.
Public methodOpenStackIdentityProvider(Uri, IRestService, ICacheUserAccess)
Initializes a new instance of the OpenStackIdentityProvider class with no default identity, and the specified base URL, REST service implementation, and token cache.
Public methodOpenStackIdentityProvider(Uri, CloudIdentity, IRestService, ICacheUserAccess)
Initializes a new instance of the OpenStackIdentityProvider class using the provided values.
Top
See Also