Class SsoServiceInfo
Inheritance
System.Object
SsoServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class SsoServiceInfo : ServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
SsoServiceInfo(String, String, String, String)
Declaration
public SsoServiceInfo(string id, string clientId, string clientSecret, string domain)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
clientId |
|
System.String |
clientSecret |
|
System.String |
domain |
|
Properties
|
Edit this page
View Source
AuthDomain
Declaration
public string AuthDomain { get; }
Property Value
Type |
Description |
System.String |
|
|
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 |
|
Implements