Table of Contents

Class GetRegisteredAppResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetRegisteredAppResponse
Inheritance
GetRegisteredAppResponse
Inherited Members

Properties

ClientName

The unique identifier of the client application.

public string ClientName { get; set; }

Property Value

string

Remarks

May contains empty if the client is not registered.

IsClientIdUnique

Indicates whether the client id is unique in the OpenSettings.

public bool IsClientIdUnique { get; set; }

Property Value

bool

IsClientSecretMatched

Indicates whether the client secret matches the one stored in the OpenSettings.

public bool IsClientSecretMatched { get; set; }

Property Value

bool

IsRegistered

Indicates whether the client is registered in the OpenSettings.

public bool IsRegistered { get; set; }

Property Value

bool