mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
678 B
678 B
authenticateDevice
:note: Not supported on T1B1 and T2T1
Request a signature and validate certificate issued by the Trezor company. Returns DeviceAuthenticityResult type
Params
config— optionalDeviceAuthenticityConfig
Example
TrezorConnect.authenticateDevice({ config });
Result
{
success: true,
payload: DeviceAuthenticityResult
}