SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onAuthAttemptStart (event)

Signifies the start of an authentication attempt.

Syntax

- (void)onAuthAttemptStart:(NSString*)userID :(NSString*)authMethod :(NSString*)remainingAuthMethods;
func onAuthAttemptStart(_ userID: String, _ authMethod: String, _ remainingAuthMethods: String)

Remarks

This event reports the start of an atomic authentication step. The AuthMethod parameter contains the authentication method that has started. The following authentication methods are currently supported, but the application may define its own methods in AuthStart, and tune them up in CustomAuthStart:

  • password
  • otp-h
  • otp-t
  • dcauth
RemainingAuthMethods contains a list of authentication methods that will follow.

This event is thrown from StartAuth and ContinueAuth methods.

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