Table of Contents

Class EntraApplicationSinglePageApplicationAuthenticationSettings

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

Represents the single page application (SPA) authentication settings for an Entra directory application.

public class EntraApplicationSinglePageApplicationAuthenticationSettings : GlobalSerializableBase
Inheritance
EntraApplicationSinglePageApplicationAuthenticationSettings

Constructors

EntraApplicationSinglePageApplicationAuthenticationSettings()

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

public EntraApplicationSinglePageApplicationAuthenticationSettings()

Properties

RedirectUris

Gets or sets the redirect URIs.

public SerializableStringCollection RedirectUris { get; set; }

Property Value

SerializableStringCollection