IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

ChallengeToken Property

The challenge token.

Syntax

property ChallengeToken: String read get_ChallengeToken write set_ChallengeToken;
property ChallengeTokenB: TBytes read get_ChallengeTokenB write set_ChallengeTokenB;

Default Value

''

Remarks

This property specifies the challenge token. This must be set to the challenge token received from the server before calling CreateAuthToken.

Note: By default the component expects the token to be Base64 encoded. To provide a raw value to this property first set DecodeToken to False.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Delphi Edition - Version 20.0 [Build 8155]