finalizeDeviceLogin

suspend fun finalizeDeviceLogin(deviceCode: String): AuthResult<Nothing>

Finalizes the device login flow. Polls until either a valid access token is received, or an unrecoverable error occurs.