IClientFacade.IsValidRedirectUri Method
Validates the redirect URI sent in the authorization request.
Remarks
Clients should restrict the allowed redirect URIs that can be used. Thus, this function should return true only if the requested URI is accepted by the client.
Syntax
Unit: Sphinx.ClientFacade
function IClientFacade.IsValidRedirectUri(const RedirectUri: string): Boolean; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | RedirectUri | string |