DCDeviceGenerateTokenCompletionHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.