DCDevice.GenerateToken(DCDeviceGenerateTokenCompletionHandler) Method

Definition

Generates an identification token for CurrentDevice and runs a handlere after the operation is complete.

[Foundation.Export("generateTokenWithCompletionHandler:")]
public virtual void GenerateToken (DeviceCheck.DCDeviceGenerateTokenCompletionHandler completion);
abstract member GenerateToken : DeviceCheck.DCDeviceGenerateTokenCompletionHandler -> unit
override this.GenerateToken : DeviceCheck.DCDeviceGenerateTokenCompletionHandler -> unit

Parameters

completion
DCDeviceGenerateTokenCompletionHandler

A handler to run after the operation is complete.

Attributes

Applies to