Table of Contents

Class CibaOptions

Namespace
Duende.IdentityServer.Configuration
Assembly
Duende.IdentityServer.dll

Configures client initiated backchannel authentication

public class CibaOptions
Inheritance
CibaOptions
Inherited Members

Constructors

CibaOptions()

public CibaOptions()

Properties

DefaultLifetime

Gets or sets the default lifetime of the request in seconds.

public int DefaultLifetime { get; set; }

Property Value

int

DefaultPollingInterval

Gets or sets the polling interval in seconds.

public int DefaultPollingInterval { get; set; }

Property Value

int