SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onAuthVerify (event)

Requests the application to validate an authentication token.

Syntax

- (void)onAuthVerify:(NSString*)userID :(NSString*)authMethod :(NSString*)authToken :(NSString*)authMethodData :(int*)valid;
func onAuthVerify(_ userID: String, _ authMethod: String, _ authToken: String, _ authMethodData: String, _ valid: inout Int32)

Remarks

Class fires this event to ask the application to validate an authentication token that it can't validate automatically. This can happen if UserID was not found in the user database or a custom authentication method is used.

AuthMethod and AuthToken specify the authentication method being used and the authentication token provided by the user. AuthMethodData contains an application-specific data provided by the application at the beginning of the authentication step.

An event handler subscribed to this event should validate the authentication token provided by the user and set the Valid parameter accordingly.

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