Class EurekaServiceInfo
Inheritance
System.Object
EurekaServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class EurekaServiceInfo : UriServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
EurekaServiceInfo(String, String, String, String, String)
Declaration
public EurekaServiceInfo(string id, string uri, string clientId, string clientSecret, string tokenUri)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
System.String |
clientId |
|
System.String |
clientSecret |
|
System.String |
tokenUri |
|
Properties
|
Edit this page
View Source
ClientId
Declaration
public string ClientId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientSecret
Declaration
public string ClientSecret { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
TokenUri
Declaration
public string TokenUri { get; }
Property Value
Type |
Description |
System.String |
|
Implements