Method testing tool
authenticateDevice
🚫
Management command - this method is restricted to Trezor.io and can't be used in 3rd party applications.
Not supported on T1B1 and T2T1
Request a signature and validate certificate issued by the Trezor company. Returns DeviceAuthenticityResult type
Params
Including CommonParams
AuthenticateDeviceParams
Example
TrezorConnect.authenticateDevice({ config });
Result
{
success: true,
payload: DeviceAuthenticityResult
}