MoveAuthResult
MOVE Models
MoveAuthResult
status
see MoveAuthStatus
description
A slightly more descriptive description of the success / error.
MoveAuthStatus
success
Code was accepted by the backend. Authentication is valid.
invalid_code
Authentication is invalid.
e.g. Code is empty, invalid or expired
network_error
A network error was triggered. e.g. Client error, Server exception, timeout, ...
Last updated