Table of Contents

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

string

IsClientIdUnique

public bool IsClientIdUnique { get; set; }

Property Value

bool

IsClientSecretMatched

public bool IsClientSecretMatched { get; set; }

Property Value

bool

IsRegistered

public bool IsRegistered { get; set; }

Property Value

bool