Table of Contents

Class SsoServiceInfo

Namespace
Steeltoe.CloudFoundry.Connector.Services
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class SsoServiceInfo : ServiceInfo, IServiceInfo
Inheritance
SsoServiceInfo
Implements
Inherited Members

Constructors

SsoServiceInfo(string, string, string, string)

public SsoServiceInfo(string id, string clientId, string clientSecret, string domain)

Parameters

id string
clientId string
clientSecret string
domain string

Properties

AuthDomain

public string AuthDomain { get; }

Property Value

string

ClientId

public string ClientId { get; }

Property Value

string

ClientSecret

public string ClientSecret { get; }

Property Value

string