Table of Contents

TUserClaims.Remove Method

Removes the claim with the given name, if present.

Syntax

Unit: Sparkle.Security

procedure TUserClaims.Remove(const Name: string);

Parameters

<-> Parameter Type Description
const Name string The claim name to remove.

See also