TExternalSignInArgs.Reject Method
Rejects the external sign-in. The downstream client receives an access_denied error and no Sphinx session is established.
Syntax
Unit: Sphinx.EventArgs
procedure TExternalSignInArgs.Reject(const AReason: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AReason | string | An optional message describing why the sign-in was rejected. |