VIOneTimeKeyResult
typedef void
(^VIOneTimeKeyResult)(NSString * __nullable
oneTimeKey, NSError * __nullable
error)
Completion handler, triggered when a one time key has been generated by the login server.
Parameters
oneTimeKey:
NSString * __nullable
One time key
error:
NSError * __nullable
Occurred error. See VILoginErrorCode for the error list
Returns
type:
void