SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authInfoState (property)

Contains a state of the overall authentication process.

Syntax

@property (nonatomic,readonly,assign,getter=authInfoState) NSString* authInfoState;
- (NSString*)authInfoState;
public var authInfoState: String {
  get {...}
}

Default Value

""

Remarks

Contains a state of the overall authentication process. Save the content of this property after calling StartAuth or ContinueAuth to remember the setup of the authenticator control, and pass it to the next ContinueAuth call to resume from the same stage.

This property is read-only.

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