AuthCompletionBlock
typedef void(^AuthCompletionBlock)(ZKUser * _Nullable user, NSError * _Nullable error)
The type of block invoked after authentication attempt. Used in authentication call auth on ZumoKit instance.
Check if error
is not nil
to see if there was an issue authenticating. See Handling Errors for details.