Class SsoServiceInfo
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
Properties
AuthDomain
public string AuthDomain { get; }
Property Value
ClientId
public string ClientId { get; }
Property Value
ClientSecret
public string ClientSecret { get; }