DCDeviceGenerateTokenCompletionHandler Delegate

Definition

A completion handler for DeviceCheck token generation.

public delegate void DCDeviceGenerateTokenCompletionHandler(NSData token, NSError error);
type DCDeviceGenerateTokenCompletionHandler = delegate of NSData * NSError -> unit

Parameters

token
NSData

The generated token.

error
NSError

The error that was encountered, or null if no error occurred.

Applies to