challenge (property)

The challenge value.

Syntax

@property (nonatomic,readwrite,assign,getter=challenge,setter=setChallenge:) NSString* challenge;
- (NSString*)challenge;
- (void)setChallenge:(NSString*)newChallenge;

@property (nonatomic,readwrite,assign,getter=challengeB,setter=setChallengeB:) NSData* challengeB; - (NSData*)challengeB; - (void)setChallengeB:(NSData*)newChallenge;
public var challenge: String {
  get {...}
set {...} }
public var challengeB: Data { get {...}
set {...} }

Default Value

""

Remarks

This property is populated after calling CreateChallenge. The format is specified by the ChallengeFormat property and the length is defined by the ChallengeLength property.

This property must be specified before calling CalculateResponse or VerifyResponse.

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