Table of Contents

IClientFacade.IsValidPostLogoutRedirectUri Method

Validates a post-logout redirect URI sent in a logout request.

Remarks

The URI must exactly match one of the URIs registered in the client's post-logout redirect URI list. Returns true only if the URI is accepted by the client.

Syntax

Unit: Sphinx.ClientFacade

function IClientFacade.IsValidPostLogoutRedirectUri(const Uri: string): Boolean; virtual; abstract;

Parameters

<-> Parameter Type Description
const Uri string

See also