Files
trezor-suite/docs/packages/connect/methods/authenticateDevice.md
2024-09-05 11:23:43 +02:00

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

Optional common params

Example

TrezorConnect.authenticateDevice({ config });

Result

{
    success: true,
    payload: DeviceAuthenticityResult
}