Table of Contents

Class EntraApplicationPublicClientAuthenticationSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the public client authentication settings for an Entra directory application.

public class EntraApplicationPublicClientAuthenticationSettings : GlobalSerializableBase
Inheritance
EntraApplicationPublicClientAuthenticationSettings

Constructors

EntraApplicationPublicClientAuthenticationSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationPublicClientAuthenticationSettings class.

public EntraApplicationPublicClientAuthenticationSettings()

Properties

AllowPublicClientFlows

Gets or sets whether to allow public client flows.

public BooleanOption AllowPublicClientFlows { get; set; }

Property Value

BooleanOption

RedirectUris

Gets or sets the redirect URIs.

public SerializableStringCollection RedirectUris { get; set; }

Property Value

SerializableStringCollection