DeviceCheck class

A representation of a device that provides a unique, authenticated token.

See the documentation in DeviceCheck's DCDevice.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateToken() Future<Uint8List>
Generates a token that identifies the current device.
isSupported() Future<bool>
A Boolean value that indicates whether the device supports the DeviceCheck API.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance DeviceCheck
The instance of the DeviceCheck to use.
no setter