Class GetRegisteredAppResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetRegisteredAppResponse
- Inheritance
-
GetRegisteredAppResponse
- Inherited Members
Properties
ClientName
public string ClientName { get; set; }
Property Value
IsClientIdUnique
public bool IsClientIdUnique { get; set; }
Property Value
IsClientSecretMatched
public bool IsClientSecretMatched { get; set; }
Property Value
IsRegistered
public bool IsRegistered { get; set; }