Table of Contents

Class EndSessionCallbackValidationResult

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Validation result for end session callback requests.

public class EndSessionCallbackValidationResult : ValidationResult
Inheritance
EndSessionCallbackValidationResult
Inherited Members

Constructors

EndSessionCallbackValidationResult()

public EndSessionCallbackValidationResult()
See Also

Properties

FrontChannelLogoutUrls

Gets the client front-channel logout urls.

public IEnumerable<string>? FrontChannelLogoutUrls { get; set; }

Property Value

IEnumerable<string>
See Also

See Also