Class EurekaServiceInfo
- Namespace
- Steeltoe.CloudFoundry.Connector.Services
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public class EurekaServiceInfo : UriServiceInfo, IServiceInfo
- Inheritance
-
EurekaServiceInfo
- Implements
- Inherited Members
Constructors
EurekaServiceInfo(string, string, string, string, string)
public EurekaServiceInfo(string id, string uri, string clientId, string clientSecret, string tokenUri)
Parameters
Properties
ClientId
public string ClientId { get; }
Property Value
ClientSecret
public string ClientSecret { get; }
Property Value
TokenUri
public string TokenUri { get; }